Compare commits
10 Commits
d51091e089
...
9dc6776bb4
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc6776bb4 | |||
| d1ee78e58a | |||
| 06675f8314 | |||
| 226841fe38 | |||
| 6ad97b76dc | |||
| 1220c04f37 | |||
| e6673a0a24 | |||
| 993e1e460d | |||
| 73d90c28f8 | |||
| 6018daf56e |
@@ -0,0 +1,73 @@
|
||||
# Handoff: sethLabels scaffolded — no code yet
|
||||
|
||||
## Session Metadata
|
||||
|
||||
- Created: 2026-04-29 12:58:23 UTC
|
||||
- Project: /home/claude/bin/sethLabels
|
||||
- Branch: n/a (no git repo yet)
|
||||
- Session duration: ~5 min
|
||||
- Live URL: n/a
|
||||
|
||||
## Handoff Chain
|
||||
|
||||
- **Continues from:** None — this is the project's first handoff.
|
||||
- **Supersedes:** None.
|
||||
|
||||
## Current State Summary
|
||||
|
||||
Project directory scaffolded per `~/bin/CREATE_PROJECT.md` as a deployment fork of upstream [glabels-qt](https://github.com/j-evins/glabels-qt). No code has been pulled, no git repo initialized, no Gitea repo created. Only the `~/bin/`-convention files exist:
|
||||
|
||||
```
|
||||
sethLabels/
|
||||
├── CLAUDE.md durable project instructions
|
||||
├── DECISIONS.md empty decision log (template-derived, header set)
|
||||
├── GITEA_API.md symlink → ~/bin/GITEA_API.md
|
||||
├── IDEA.md plain-language brief
|
||||
└── .claude/handoffs/
|
||||
└── 2026-04-29-125823-scaffold-only.md (this file)
|
||||
```
|
||||
|
||||
Phase: **ideation**. Nothing is running anywhere. No upstream commit pinned. No build attempted.
|
||||
|
||||
## Architecture Overview
|
||||
|
||||
This is a *deployment fork* — the discipline is to keep the diff against `j-evins/glabels-qt` master surgical so we can rebase periodically without pain. Anything we add should be additive (new files: deploy scripts, packaging recipes, Seth-specific templates) rather than invasive edits to upstream source. If we need to patch upstream code, prefer a thin patch series we can replay.
|
||||
|
||||
Stack is Qt + CMake + C++ (GPL-3.0). Target host is **steel141** (Debian 13). A future option is a headless print-server CT, but that's not part of this scaffold's scope.
|
||||
|
||||
## Critical Files
|
||||
|
||||
| File | Purpose | Relevance |
|
||||
|------|---------|-----------|
|
||||
| `~/bin/sethLabels/IDEA.md` | Plain-language brief — why this fork exists | Read first if upstream choice or scope feels unclear |
|
||||
| `~/bin/sethLabels/CLAUDE.md` | Durable project instructions | Loaded every session |
|
||||
| `~/bin/sethLabels/DECISIONS.md` | Empty — populate as architectural choices land | Write to when locking in upstream-pin strategy, Qt5-vs-Qt6, etc. |
|
||||
| `~/bin/CREATE_PROJECT.md` | Recipe used to scaffold this | Reference if future projects need the same shape |
|
||||
|
||||
## Suggested Next Steps (ordered)
|
||||
|
||||
The user said *just scaffold + handoff* — none of this was attempted. Pick up here next session:
|
||||
|
||||
1. **Decide upstream-tracking strategy.** Options:
|
||||
- (a) Clone `j-evins/glabels-qt` into this dir, push to Gitea as `sethLabels`, add upstream as a remote, merge from `upstream/master` periodically.
|
||||
- (b) Keep upstream as a git submodule and layer deployment glue around it.
|
||||
Record the choice in `DECISIONS.md` before pulling code.
|
||||
2. **Verify upstream is alive.** Check `j-evins/glabels-qt` for last commit date + open issues; this is a fork of mate-desktop's glabels lineage and forks-of-forks have a tendency to bitrot. If `j-evins` is stale, the real upstream might be elsewhere — re-evaluate before forking.
|
||||
3. **Confirm Qt version.** Upstream's `CMakeLists.txt` will say Qt5 or Qt6. Debian 13 ships both — pick whichever upstream targets.
|
||||
4. **Build it once on steel141** to establish the known-good build recipe. Capture exact `apt install` deps and CMake invocation in a `BUILD.md` (or in `CLAUDE.md` if short).
|
||||
5. **Initialize git + push to Gitea.** `gitea create sethLabels` → `gitea remote sethLabels` → `gitea push`. Use a descriptive commit message like `init: scaffold + import upstream glabels-qt @ <sha>`.
|
||||
6. **Only then** start any deployment-specific work (templates, packaging, install scripts).
|
||||
|
||||
## Open Questions
|
||||
|
||||
- Is `j-evins/glabels-qt` actually the right upstream, or should we be tracking a different fork? (See "verify upstream is alive" above.)
|
||||
- Does Seth want a `.deb` package, an AppImage, or just a built binary in `/usr/local/bin`?
|
||||
- Is there a printer model or label-stock library we should pre-load as default templates?
|
||||
|
||||
These don't block scaffolding — they block the *first real coding session*. Ask before implementing.
|
||||
|
||||
## Risks / Watch-outs
|
||||
|
||||
- Upstream is GPL-3.0. Any code we add that links against it must also be GPL-3.0-compatible. Don't accidentally relicense.
|
||||
- "Deployment fork" failure mode: scope creep into a real fork. If we find ourselves writing >100 lines of upstream-source patches, that's a signal to either upstream the change or rethink whether we actually want a fork.
|
||||
- glabels-qt is one of those projects with multiple competing forks (j-evins, jimevins-original, mate-desktop's glabels-3, etc.). Pin the upstream we choose explicitly in `DECISIONS.md` so we don't drift.
|
||||
+13
@@ -40,3 +40,16 @@ TEST-DATA
|
||||
SAV*
|
||||
OLD*
|
||||
|
||||
# === sethLabels (deployment fork) additions ===
|
||||
# Local backup snapshots (per ~/.claude/CLAUDE.md safety rule)
|
||||
.backup/
|
||||
|
||||
# Local-only symlink to ~/bin/GITEA_API.md (target is outside the repo)
|
||||
GITEA_API.md
|
||||
|
||||
# Secrets / env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Handoff drafts (operator scratch — final handoffs ARE committed)
|
||||
.claude/handoffs/*.draft.md
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
# sethLabels
|
||||
|
||||
> Deployment fork of glabels-qt — Qt label designer/printer, packaged for Seth's homelab.
|
||||
|
||||
## Start Here
|
||||
|
||||
**Read the latest handoff first:** `.claude/handoffs/` (most recent file).
|
||||
It has session state, in-progress work, and ordered next steps.
|
||||
|
||||
Then check `IDEA.md` for the project brief and `DECISIONS.md` for settled choices.
|
||||
|
||||
## Project Identity
|
||||
|
||||
sethLabels is a thin deployment fork of [glabels-qt](https://github.com/j-evins/glabels-qt). Upstream is the real project — this fork's job is to keep a known-good build recipe, any deployment glue (packaging, install paths, default templates), and any local patches in one place, while staying close enough to upstream `master` that periodic rebases stay cheap.
|
||||
|
||||
## Current State
|
||||
|
||||
- **Phase:** ideation (just scaffolded — no code, no upstream pull yet)
|
||||
- **Repo:** not yet (will live at `git.sethpc.xyz/Seth/sethLabels` once first commit lands)
|
||||
- **Deploy target:** steel141 (Debian 13) — primary; CT for headless print serving optional/later
|
||||
- **Upstream:** https://github.com/j-evins/glabels-qt (GPL-3.0, Qt + CMake + C++)
|
||||
|
||||
## Conventions
|
||||
|
||||
- This is a **fork**, not a from-scratch rewrite. Pull upstream first; only patch what we need to change. Keep diffs surgical.
|
||||
- Preserve upstream license (GPL-3.0) and copyright headers.
|
||||
- See `~/bin/CLAUDE.md` for global homelab conventions (gitea CLI, conventional commits, credentials handling).
|
||||
@@ -0,0 +1,12 @@
|
||||
# DECISIONS.md — sethLabels Decision Log
|
||||
|
||||
Project-specific decisions. For global/cross-cutting decisions, see `~/bin/DECISIONS.md`.
|
||||
|
||||
Format: `YYYY-MM-DD: <decision> — <why>`
|
||||
|
||||
## Architecture
|
||||
|
||||
## Implementation
|
||||
|
||||
## Deferred / Rejected
|
||||
<!-- Decisions NOT to do something are just as valuable -- prevents re-proposing rejected ideas -->
|
||||
@@ -0,0 +1,20 @@
|
||||
# IDEA.md — Project Idea
|
||||
|
||||
## What is this?
|
||||
|
||||
sethLabels is a deployment fork of [glabels-qt](https://github.com/j-evins/glabels-qt) — a Qt-based desktop application for designing and printing labels, business cards, and similar small-format documents (with CSV mail-merge and barcode support).
|
||||
|
||||
The fork exists to layer Seth's deployment-specific concerns (packaging, install paths, default templates, branding, any local patches) on top of upstream without forking the whole project lifecycle. Goal is to keep the diff small enough to rebase onto upstream `master` periodically.
|
||||
|
||||
## Problem it solves
|
||||
|
||||
Need a reliable, scriptable label designer/printer for homelab + household use (shipping labels, equipment tags, drive labels for the tank pool, cable labels, etc.). Upstream glabels-qt is solid but has no published Debian 13 / current-Ubuntu binaries and the build needs some hand-holding. This fork bakes a known-good build recipe + any local templates + deployment scripts into one repo.
|
||||
|
||||
## Constraints / preferences
|
||||
|
||||
- **Upstream:** https://github.com/j-evins/glabels-qt (track this, don't drift)
|
||||
- **Stack:** Qt (5 or 6 — TBD based on upstream's current state), CMake, C++
|
||||
- **Target hosts:** steel141 primarily (Debian 13). Maybe a CT for headless print serving later.
|
||||
- **Branding/customization:** minimal — this is for personal use, not a product
|
||||
- **License:** glabels-qt is GPL-3.0 — preserve it; any contributions stay GPL-3.0
|
||||
- **Repo:** Gitea at `git.sethpc.xyz/Seth/sethLabels` (TBD until first push)
|
||||
@@ -34,13 +34,14 @@ There are currently no official releases of gLabels 4.
|
||||
|
||||
Currently there are no self-hosted binary snapshot releases available. I plan to make these available again once 4.0 is more imminent. In the mean time, I encourage you to try building the code yourself.
|
||||
|
||||
Some third-party packages may be available available:
|
||||
Some third-party packages may be available:
|
||||
|
||||
|
||||
| Platform | Files | Notes |
|
||||
|:----------|:-------------------------------------------------------------------------------------|:--------------------------------------------------------------|
|
||||
| Archlinux | [Archlinux User Repository Page](https://aur.archlinux.org/packages/glabels-qt-git/) | Maintained by [Maud Spierings](https://github.com/SpieringsAE) |
|
||||
| Ubuntu | [PPA Page](https://code.launchpad.net/~krisives/+archive/ubuntu/glabels-qt) | Maintained by [Kristopher Ives](https://github.com/krisives) |
|
||||
| Fedora | [Copr Repository Page](https://copr.fedorainfracloud.org/coprs/mariobl/glabels-qt/) | Maintained by [Mario Blättermann](https://github.com/mariobl) |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ How To Contribute to gLabels
|
||||
|
||||
### Would you like to submit new product templates?
|
||||
|
||||
* Before submitting, please read [PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) located in this directory.
|
||||
* Before submitting, please read [PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) and [TEMPLATE-STYLE.md](TEMPLATE-STYLE.md) located in this directory.
|
||||
|
||||
* [Open an issue](https://github.com/j-evins/glabels-qt/issues/new) and attach your completed product template file(s).
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
Manually Creating Product Templates
|
||||
===================================
|
||||
|
||||
This document is a reference for manually creating *gLabels* product templates.
|
||||
This document is a reference for manually creating *gLabels* product templates. See
|
||||
[TEMPLATE-STYLE.md](TEMPLATE-STYLE.md) located in this directory for style guidelines
|
||||
for product template submissions.
|
||||
|
||||
*gLabels* searches for templates in several locations as described here:</p>
|
||||
|
||||
@@ -83,7 +85,7 @@ Property | Type | Description
|
||||
*_description* | string | Translatable description of stationery product. Used in predefined labels instead of description.
|
||||
*width* | distance | Page width. Only valid if `size="other"` or `size="roll"`.
|
||||
*height* | distance | Page height. Only valid if `size="other"`. Value is ignored if `size="roll"`.
|
||||
*equiv* | string | Equivalent part number. If this property is present, the template is a clone of another template of the same brand. The template will inherit all properties, except brand and name from the other template. This equiv property must refer to a previously defined template - *gLabels* does not currently support forward references.
|
||||
*equiv* | string | Equivalent part number. If this property is present, the template is a clone of another template of the same brand. The template will inherit all properties, except *part* from the other template. This equiv property must refer to a previously defined template - *gLabels* does not currently support forward references.
|
||||
|
||||
### Guidelines for Creating Product Descriptions
|
||||
|
||||
|
||||
@@ -0,0 +1,120 @@
|
||||
gLabels Product Template Style Guide
|
||||
====================================
|
||||
|
||||
This file describes the prefered style for product template submissions. See
|
||||
[PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) located in this directory for detailed
|
||||
systax documentation.
|
||||
|
||||
|
||||
Organization
|
||||
------------
|
||||
|
||||
Template files are located in the [templates](../templates/) directory. The following
|
||||
is the naming convention for these files:
|
||||
|
||||
<pre><i>brand</i>-<i>class</i>-templates.xml</pre>
|
||||
|
||||
Where *brand* is the lowercase brand name, and *class* is the media size class (currently
|
||||
`iso`, `us`, and `other`).
|
||||
|
||||
Templates should be sorted in [natural order](https://en.wikipedia.org/wiki/Natural_sort_order)
|
||||
by part number within each file. An exception to this rule is to group equivalent templates
|
||||
directly below their referenced template. For example:
|
||||
|
||||
```xml
|
||||
<Template brand="Avery" part="5126" size="US-Letter" _description="Shipping labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="mail"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="5.5in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="9pt"/>
|
||||
<Layout nx="1" ny="2" x0="0in" y0="0in" dx="0in" dy="5.5in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
<Template brand="Avery" part="5526" equiv="5126"/>
|
||||
<Template brand="Avery" part="8126" equiv="5126"/>
|
||||
<Template brand="Avery" part="15516" equiv="5126"/>
|
||||
<Template brand="Avery" part="18126" equiv="5126"/>
|
||||
|
||||
|
||||
<Template brand="Avery" part="5159" size="US-Letter" _description="Address labels">...
|
||||
```
|
||||
|
||||
When creating a new template file, it must be added to the variable template_files in
|
||||
the [CMakeLists.txt](../templates/CMakeLists.txt) file in this same directory.
|
||||
|
||||
|
||||
*Template* Node Attributes
|
||||
--------------------------
|
||||
|
||||
### *brand* Attribute
|
||||
|
||||
This is the brand name or manufacturer of the product. It must match one of the vendors
|
||||
in the [vendors.xml](../templates/vendors.xml) file. Add a new vendor line if it does not
|
||||
currently exist.
|
||||
|
||||
|
||||
### *part* Attribute
|
||||
|
||||
This is the actual part number of the product. This is usually a short set of numbers and/or
|
||||
letters. This is not a description or name of the product. The following are examples
|
||||
of part numbers:
|
||||
|
||||
- `5160`
|
||||
- `WL-102`
|
||||
- `J8435B`
|
||||
|
||||
Sometimes a product includes multiple label types, either as separate sheets or different
|
||||
types of labels on the same sheet. In these cases, providing a short suffix to part number
|
||||
is acceptable. For example:
|
||||
|
||||
- `3274.1`, `3274.2`, and `3274.3`
|
||||
- `5931-Disc`, and `5931-Spine`
|
||||
|
||||
|
||||
### *_description* Attribute
|
||||
|
||||
- Descriptions should be short. They should describe what the product is in very simple terms
|
||||
without being too detailed. They should not describe details such as size, quantity, layout,
|
||||
color, or material. The description should not include brand or part number information.
|
||||
Size, quantity, layout, brand, and part number are described by other elements of the
|
||||
template - do not repeat them in the description.
|
||||
|
||||
- If at all possible, try to reuse descriptions from other templates (this keeps the
|
||||
number of unique strings that need translation to a minimum).
|
||||
|
||||
- Don't repeat the brand or part number in the description.
|
||||
|
||||
- Only capitalize the first word of the description.
|
||||
|
||||
The following are good bad descriptions:
|
||||
|
||||
| description | Good/Bad | Notes |
|
||||
|:-------------------------|:--------:|:----------------------------------------------|
|
||||
| `Address labels` | ✅ | |
|
||||
| `Address Labels` | ❌ | Capitalized second word of description. |
|
||||
| `Business cards` | ✅ | |
|
||||
| `Multipurpose labels` | ✅ | |
|
||||
| `CD/DVD labels` | ✅ | |
|
||||
| `19mm x 30mm labels` | ❌ | Don't include size information. |
|
||||
| `Labels 15 per sheet` | ❌ | Don't include layout or quantity information. |
|
||||
| `Dymo continuous labels` | ❌ | Don't include brand or part number. |
|
||||
|
||||
|
||||
|
||||
*Meta* Node Attributes
|
||||
----------------------
|
||||
|
||||
### *category* Attribute
|
||||
|
||||
- All templates should include all appropriate `<Meta category=...` nodes.
|
||||
- Categories must match one of the existing categories in the [categories.xml](../templates/categories.xml) file. Do not add new categories!
|
||||
- All templates should include either a `<Meta category="label"/>` or `<Meta category="card"/>` node.
|
||||
|
||||
|
||||
### *product_url* Attribute
|
||||
|
||||
Unfortunately, manufacturer websites are constantly being updated and rearranged, rendering such deep URLs obsolete very quickly. Therefore,
|
||||
use of this attribute is deprecated.
|
||||
|
||||
+11
-1
@@ -39,7 +39,7 @@ To Do List for gLabels 4.0 -- 2019-10-07
|
||||
|
||||
|
||||
|
||||
To Do List for post gLabels 4.0 -- 2019-03-17
|
||||
To Do List for post gLabels 4.0 -- 2026-02-18
|
||||
=============================================
|
||||
|
||||
- [ ] Create a "built-in" merge source
|
||||
@@ -71,4 +71,14 @@ To Do List for post gLabels 4.0 -- 2019-03-17
|
||||
The current built-in fixed margin seems to confuse people when dealing with
|
||||
different horizontal and vertical alignments.
|
||||
|
||||
- [ ] Add support for arbitrary DPI when defining templates. Some label
|
||||
printers use native units in their label specifications (e.g. pins, pixels, etc.)
|
||||
This would look something like this
|
||||
|
||||
`... dpi="300" ... width="525d" height="350d" ...`
|
||||
|
||||
These would be converted to model::Distance when parsing.
|
||||
|
||||
- [ ] Resurrect the evolution and vcard backends. This would be optional based
|
||||
on availability.
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
## Translation management
|
||||
# Translations
|
||||
|
||||
We manage all translations within a [transifex](https://explore.transifex.com/glabels/). Please don't send your files via Github, use only transifex.
|
||||
The translations of the user interface, the template database and the user manual (which is still under development)
|
||||
are maintained at [Fedora Weblate](https://translate.fedoraproject.org/projects/glabels-qt/). Please always use
|
||||
Weblate for translation submissions; we do not accept contributions from outside this platform. For more information about
|
||||
using Weblate, read the [documentation](https://docs.weblate.org/en/latest/).
|
||||
|
||||
To contribute to translations, you need an account in the [Fedora Account System](https://accounts.fedoraproject.org/).
|
||||
More information about the account system can be found [here](https://docs.fedoraproject.org/en-US/fedora-accounts/).
|
||||
|
||||
@@ -207,6 +207,7 @@ namespace glabels
|
||||
if ( auto* tItem = dynamic_cast<TemplatePickerItem *>( mModel->item( i, 0 ) ) )
|
||||
{
|
||||
bool nameMask = tItem->tmplate().name().contains( searchString, Qt::CaseInsensitive );
|
||||
bool descMask = tItem->tmplate().description().contains( searchString, Qt::CaseInsensitive );
|
||||
|
||||
bool sizeMask =
|
||||
(isoMask && tItem->tmplate().isSizeIso()) ||
|
||||
@@ -228,7 +229,7 @@ namespace glabels
|
||||
}
|
||||
|
||||
|
||||
if ( nameMask && sizeMask && categoryMask )
|
||||
if ( (nameMask||descMask) && sizeMask && categoryMask )
|
||||
{
|
||||
setRowHidden( i, false );
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>469</width>
|
||||
<height>297</height>
|
||||
<height>310</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -132,6 +132,14 @@
|
||||
</slots>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>typeCombo</tabstop>
|
||||
<tabstop>nameEdit</tabstop>
|
||||
<tabstop>valueEdit</tabstop>
|
||||
<tabstop>colorValueButton</tabstop>
|
||||
<tabstop>incrementCombo</tabstop>
|
||||
<tabstop>stepSizeEdit</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
<connection>
|
||||
|
||||
+64
-11
@@ -56,7 +56,6 @@
|
||||
<font>
|
||||
<family>Sans Serif</family>
|
||||
<pointsize>10</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
@@ -70,7 +69,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QTabWidget" name="notebook">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>5</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="textPage">
|
||||
<attribute name="title">
|
||||
@@ -106,7 +105,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-align-text-left"/>
|
||||
<iconset theme="glabels-align-text-left">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -131,7 +131,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-align-text-center"/>
|
||||
<iconset theme="glabels-align-text-center">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -153,7 +154,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-align-text-right"/>
|
||||
<iconset theme="glabels-align-text-right">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -182,7 +184,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-valign-text-top"/>
|
||||
<iconset theme="glabels-valign-text-top">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -207,7 +210,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-valign-text-middle"/>
|
||||
<iconset theme="glabels-valign-text-middle">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -229,7 +233,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-valign-text-bottom"/>
|
||||
<iconset theme="glabels-valign-text-bottom">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -382,7 +387,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-format-text-bold"/>
|
||||
<iconset theme="glabels-format-text-bold">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -404,7 +410,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-format-text-italic"/>
|
||||
<iconset theme="glabels-format-text-italic">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -423,7 +430,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-format-text-underline"/>
|
||||
<iconset theme="glabels-format-text-underline">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -1537,6 +1545,51 @@
|
||||
</slots>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>notebook</tabstop>
|
||||
<tabstop>textFontFamilyCombo</tabstop>
|
||||
<tabstop>textFontSizeSpin</tabstop>
|
||||
<tabstop>textFontBoldToggle</tabstop>
|
||||
<tabstop>textFontItalicToggle</tabstop>
|
||||
<tabstop>textFontUnderlineToggle</tabstop>
|
||||
<tabstop>textColorButton</tabstop>
|
||||
<tabstop>textHAlignLeftToggle</tabstop>
|
||||
<tabstop>textHAlignCenterToggle</tabstop>
|
||||
<tabstop>textHAlignRightToggle</tabstop>
|
||||
<tabstop>textVAlignTopToggle</tabstop>
|
||||
<tabstop>textVAlignMiddleToggle</tabstop>
|
||||
<tabstop>textVAlignBottomToggle</tabstop>
|
||||
<tabstop>textWrapModeCombo</tabstop>
|
||||
<tabstop>textLineSpacingSpin</tabstop>
|
||||
<tabstop>textAutoShrinkCheck</tabstop>
|
||||
<tabstop>textEdit</tabstop>
|
||||
<tabstop>textInsertFieldButton</tabstop>
|
||||
<tabstop>barcodeStyleButton</tabstop>
|
||||
<tabstop>barcodeShowTextCheck</tabstop>
|
||||
<tabstop>barcodeChecksumCheck</tabstop>
|
||||
<tabstop>barcodeColorButton</tabstop>
|
||||
<tabstop>barcodeDataEdit</tabstop>
|
||||
<tabstop>barcodeInsertFieldButton</tabstop>
|
||||
<tabstop>imageFilenameLineEdit</tabstop>
|
||||
<tabstop>imageBrowseButton</tabstop>
|
||||
<tabstop>imageFieldButton</tabstop>
|
||||
<tabstop>lineWidthSpin</tabstop>
|
||||
<tabstop>lineColorButton</tabstop>
|
||||
<tabstop>fillColorButton</tabstop>
|
||||
<tabstop>posXSpin</tabstop>
|
||||
<tabstop>posYSpin</tabstop>
|
||||
<tabstop>sizeWSpin</tabstop>
|
||||
<tabstop>sizeHSpin</tabstop>
|
||||
<tabstop>sizeAspectCheck</tabstop>
|
||||
<tabstop>sizeResetImageButton</tabstop>
|
||||
<tabstop>sizeLineLengthSpin</tabstop>
|
||||
<tabstop>sizeLineAngleSpin</tabstop>
|
||||
<tabstop>shadowEnableCheck</tabstop>
|
||||
<tabstop>shadowXSpin</tabstop>
|
||||
<tabstop>shadowYSpin</tabstop>
|
||||
<tabstop>shadowColorButton</tabstop>
|
||||
<tabstop>shadowOpacitySpin</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab">
|
||||
<attribute name="title">
|
||||
@@ -195,6 +195,17 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>tabWidget</tabstop>
|
||||
<tabstop>unitsInchesRadio</tabstop>
|
||||
<tabstop>unitsMillimetersRadio</tabstop>
|
||||
<tabstop>unitsCentimetersRadio</tabstop>
|
||||
<tabstop>unitsPointsRadio</tabstop>
|
||||
<tabstop>unitsPicasRadio</tabstop>
|
||||
<tabstop>gridOriginTlRadio</tabstop>
|
||||
<tabstop>gridOriginCenterRadio</tabstop>
|
||||
<tabstop>gridSpacingSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
<connection>
|
||||
|
||||
@@ -490,7 +490,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -434,6 +434,13 @@
|
||||
<header>SimplePreview.hpp</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>changeProductButton</tabstop>
|
||||
<tabstop>lengthSpin</tabstop>
|
||||
<tabstop>orientationCombo</tabstop>
|
||||
<tabstop>similarBrowser</tabstop>
|
||||
<tabstop>preview</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -218,6 +218,11 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>websiteButton</tabstop>
|
||||
<tabstop>infoText</tabstop>
|
||||
<tabstop>copyButton</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -183,6 +183,14 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>r1Spin</tabstop>
|
||||
<tabstop>r2Spin</tabstop>
|
||||
<tabstop>xClipSpin</tabstop>
|
||||
<tabstop>yClipSpin</tabstop>
|
||||
<tabstop>wasteSpin</tabstop>
|
||||
<tabstop>marginSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -149,6 +149,12 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>wSpin</tabstop>
|
||||
<tabstop>hSpin</tabstop>
|
||||
<tabstop>wasteSpin</tabstop>
|
||||
<tabstop>marginSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -132,7 +132,11 @@
|
||||
<item row="0" column="1" rowspan="2">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="glabels::SimplePreview" name="preview"/>
|
||||
<widget class="glabels::SimplePreview" name="preview">
|
||||
<property name="interactive">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
@@ -161,7 +165,8 @@
|
||||
<string>Print test sheet</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-print"/>
|
||||
<iconset theme="glabels-print">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
|
||||
@@ -129,6 +129,12 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>pageSizeCombo</tabstop>
|
||||
<tabstop>wSpin</tabstop>
|
||||
<tabstop>hSpin</tabstop>
|
||||
<tabstop>rollWSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -187,6 +187,15 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>wSpin</tabstop>
|
||||
<tabstop>hSpin</tabstop>
|
||||
<tabstop>rSpin</tabstop>
|
||||
<tabstop>xWasteSpin</tabstop>
|
||||
<tabstop>yWasteSpin</tabstop>
|
||||
<tabstop>xMarginSpin</tabstop>
|
||||
<tabstop>yMarginSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -132,6 +132,11 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>rSpin</tabstop>
|
||||
<tabstop>wasteSpin</tabstop>
|
||||
<tabstop>marginSpin</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -170,7 +170,11 @@
|
||||
<item row="0" column="1" rowspan="2">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="glabels::SimplePreview" name="preview"/>
|
||||
<widget class="glabels::SimplePreview" name="preview">
|
||||
<property name="interactive">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
@@ -199,7 +203,8 @@
|
||||
<string>Print test sheet</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="glabels-print"/>
|
||||
<iconset theme="glabels-print">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -248,6 +253,22 @@
|
||||
<header>SimplePreview.hpp</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>nxSpin1</tabstop>
|
||||
<tabstop>nySpin1</tabstop>
|
||||
<tabstop>x0Spin1</tabstop>
|
||||
<tabstop>y0Spin1</tabstop>
|
||||
<tabstop>dxSpin1</tabstop>
|
||||
<tabstop>dySpin1</tabstop>
|
||||
<tabstop>nxSpin2</tabstop>
|
||||
<tabstop>nySpin2</tabstop>
|
||||
<tabstop>x0Spin2</tabstop>
|
||||
<tabstop>y0Spin2</tabstop>
|
||||
<tabstop>dxSpin2</tabstop>
|
||||
<tabstop>dySpin2</tabstop>
|
||||
<tabstop>preview</tabstop>
|
||||
<tabstop>printButton</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
|
||||
@@ -31,6 +31,7 @@ set (Model_sources
|
||||
FramePath.cpp
|
||||
FrameRect.cpp
|
||||
FrameRound.cpp
|
||||
GenericTemplate.cpp
|
||||
Handle.cpp
|
||||
Layout.cpp
|
||||
Markup.cpp
|
||||
|
||||
+27
-5
@@ -24,6 +24,7 @@
|
||||
#include "Config.hpp"
|
||||
#include "StrUtil.hpp"
|
||||
#include "FileUtil.hpp"
|
||||
#include "GenericTemplate.hpp"
|
||||
#include "Settings.hpp"
|
||||
#include "XmlCategoryParser.hpp"
|
||||
#include "XmlPaperParser.hpp"
|
||||
@@ -87,6 +88,7 @@ namespace glabels::model
|
||||
readCategories();
|
||||
readVendors();
|
||||
readTemplates();
|
||||
createGenericTemplates();
|
||||
}
|
||||
|
||||
|
||||
@@ -470,11 +472,12 @@ namespace glabels::model
|
||||
for ( auto& paper : mPapers )
|
||||
{
|
||||
qDebug() << "paper "
|
||||
<< "id=" << paper.id() << ", "
|
||||
<< "name=" << paper.name() << ", "
|
||||
<< "width=" << paper.width().pt() << "pts, "
|
||||
<< "height=" << paper.height().pt() << "pts, "
|
||||
<< "pwg_size=" << paper.pwgSize();
|
||||
<< "id=" << paper.id() << ", "
|
||||
<< "name=" << paper.name() << ", "
|
||||
<< "width=" << paper.width().pt() << "pts, "
|
||||
<< "height=" << paper.height().pt() << "pts, "
|
||||
<< "pwg_class=" << paper.pwgClass()
|
||||
<< "type=" << paper.type();
|
||||
}
|
||||
|
||||
qDebug();
|
||||
@@ -697,6 +700,25 @@ namespace glabels::model
|
||||
}
|
||||
|
||||
|
||||
void Db::createGenericTemplates()
|
||||
{
|
||||
for ( auto& paper : papers() )
|
||||
{
|
||||
if ( paper.type() == Paper::SHEET )
|
||||
{
|
||||
registerTemplate( GenericTemplate::fullPage( paper ) );
|
||||
registerTemplate( GenericTemplate::halfPage1x2( paper ) );
|
||||
registerTemplate( GenericTemplate::halfPage2x1( paper ) );
|
||||
registerTemplate( GenericTemplate::quarterPage2x2( paper ) );
|
||||
}
|
||||
else if ( paper.type() == Paper::ENVELOPE )
|
||||
{
|
||||
registerTemplate( GenericTemplate::envelope( paper ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void Db::readUserTemplatesFromDir( const QDir& dir )
|
||||
{
|
||||
QStringList filters;
|
||||
|
||||
@@ -114,6 +114,8 @@ namespace glabels::model
|
||||
static void readTemplatesFromDir( const QDir& dir );
|
||||
static void registerTemplate( const Template& tmplate );
|
||||
|
||||
static void createGenericTemplates();
|
||||
|
||||
static void readUserTemplatesFromDir( const QDir& dir );
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,134 @@
|
||||
// GenericTemplate.cpp
|
||||
//
|
||||
// Copyright (C) 2026 Jaye Evins <evins@snaught.com>
|
||||
//
|
||||
// This file is part of gLabels-qt.
|
||||
//
|
||||
// gLabels-qt is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// gLabels-qt is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
|
||||
#include "GenericTemplate.hpp"
|
||||
|
||||
#include "FrameRect.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
namespace glabels::model
|
||||
{
|
||||
|
||||
|
||||
Template GenericTemplate::fullPage( const Paper& paper )
|
||||
{
|
||||
// TRANSLATORS
|
||||
//: %1 = page size. (e.g. A4)
|
||||
return sheetTemplate( paper, 1, 1, QString( tr( "%1 full-page labels" ) ).arg( paper.name() ) );
|
||||
}
|
||||
|
||||
|
||||
Template GenericTemplate::halfPage1x2( const Paper& paper )
|
||||
{
|
||||
// TRANSLATORS
|
||||
//: %1 = page size. (e.g. A4)
|
||||
return sheetTemplate( paper, 1, 2, QString( tr( "%1 half-page labels" ) ).arg( paper.name() ) );
|
||||
}
|
||||
|
||||
|
||||
Template GenericTemplate::halfPage2x1( const Paper& paper )
|
||||
{
|
||||
return sheetTemplate( paper, 2, 1, QString( tr( "%1 half-page labels" ) ).arg( paper.name() ) );
|
||||
}
|
||||
|
||||
|
||||
Template GenericTemplate::quarterPage2x2( const Paper& paper )
|
||||
{
|
||||
// TRANSLATORS
|
||||
//: %1 = page size. (e.g. A4)
|
||||
return sheetTemplate( paper, 2, 2, QString( tr( "%1 quarter-page labels" ) ).arg( paper.name() ) );
|
||||
}
|
||||
|
||||
|
||||
Template GenericTemplate::envelope( const Paper& paper )
|
||||
{
|
||||
// TRANSLATORS
|
||||
//: %1 = envelope size. (e.g. DL)
|
||||
QString description = QString( tr( "%1 envelope" ) ).arg( paper.name() );
|
||||
|
||||
Template tmplate( tr("Generic"),
|
||||
paper.id() + "-ENV",
|
||||
description,
|
||||
paper.id(),
|
||||
paper.width(),
|
||||
paper.height() );
|
||||
|
||||
FrameRect frame( paper.width(),
|
||||
paper.height(),
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ) );
|
||||
|
||||
Layout layout( 1,
|
||||
1,
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ) );
|
||||
|
||||
frame.addLayout( layout );
|
||||
tmplate.addFrame( frame );
|
||||
|
||||
tmplate.addCategory( "mail" );
|
||||
|
||||
return tmplate;
|
||||
}
|
||||
|
||||
|
||||
Template GenericTemplate::sheetTemplate( const Paper& paper,
|
||||
int nx,
|
||||
int ny,
|
||||
const QString& description )
|
||||
{
|
||||
Template tmplate( tr("Generic"),
|
||||
QString( "%1-%2x%3" ).arg(paper.id()).arg(nx).arg(ny),
|
||||
description,
|
||||
paper.id(),
|
||||
paper.width(),
|
||||
paper.height() );
|
||||
|
||||
FrameRect frame( paper.width()/nx,
|
||||
paper.height()/ny,
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ) );
|
||||
|
||||
Layout layout( nx,
|
||||
ny,
|
||||
Distance::pt( 0 ),
|
||||
Distance::pt( 0 ),
|
||||
paper.width()/nx,
|
||||
paper.height()/ny );
|
||||
|
||||
frame.addLayout( layout );
|
||||
tmplate.addFrame( frame );
|
||||
|
||||
tmplate.addCategory( "label" );
|
||||
tmplate.addCategory( "rectangle-label" );
|
||||
tmplate.addCategory( "card" );
|
||||
|
||||
return tmplate;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
// GenericTemplate.hpp
|
||||
//
|
||||
// Copyright (C) 2026 Jaye Evins <evins@snaught.com>
|
||||
//
|
||||
// This file is part of gLabels-qt.
|
||||
//
|
||||
// gLabels-qt is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// gLabels-qt is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
#ifndef model_GenericTemplate_hpp
|
||||
#define model_GenericTemplate_hpp
|
||||
|
||||
|
||||
#include "Template.hpp"
|
||||
#include "Paper.hpp"
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
|
||||
namespace glabels::model
|
||||
{
|
||||
|
||||
class GenericTemplate
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(GenericTemplate)
|
||||
|
||||
public:
|
||||
GenericTemplate() = delete;
|
||||
|
||||
static Template fullPage( const Paper& paper );
|
||||
static Template halfPage1x2( const Paper& paper );
|
||||
static Template halfPage2x1( const Paper& paper );
|
||||
static Template quarterPage2x2( const Paper& paper );
|
||||
|
||||
static Template envelope( const Paper& paper );
|
||||
|
||||
|
||||
private:
|
||||
static Template sheetTemplate( const Paper& paper,
|
||||
int nx,
|
||||
int ny,
|
||||
const QString& description );
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif // model_GenericTemplate_hpp
|
||||
@@ -42,13 +42,16 @@ namespace
|
||||
///
|
||||
/// Calculate pixel size
|
||||
///
|
||||
/// Assume a virtual DPI of 96 pixels/inch for all QPainter contexts.
|
||||
/// Assume a virtual DPI of 72 pixels/inch for all QPainter contexts.
|
||||
/// Ideally, we should use pointSizes for device independence, but as
|
||||
/// Qt-6.4 on X11, Wayland, and MacOS this approach has better results.
|
||||
/// of Qt-6.4, the xcb (X11) and Wayland backends will render the same
|
||||
/// font differently. Currently this function is basically the unity
|
||||
/// function (i.e. 1 pt = 1 pixel) with rounding, but is a placeholder
|
||||
/// that may need to be tweaked for different backends.
|
||||
///
|
||||
int pixelSize( double pointSize )
|
||||
{
|
||||
const double virtual_dpi = 96;
|
||||
const double virtual_dpi = 72;
|
||||
return qMax( 1, qRound( pointSize * virtual_dpi/72.0 ) );
|
||||
}
|
||||
}
|
||||
|
||||
+14
-6
@@ -29,12 +29,14 @@ namespace glabels::model
|
||||
const QString& name,
|
||||
Distance width,
|
||||
Distance height,
|
||||
const QString& pwgSize )
|
||||
const QString& pwgClass,
|
||||
Type type )
|
||||
: mId(id),
|
||||
mName(name),
|
||||
mWidth(width),
|
||||
mHeight(height),
|
||||
mPwgSize(pwgSize)
|
||||
mPwgClass(pwgClass),
|
||||
mType(type)
|
||||
{
|
||||
// empty
|
||||
}
|
||||
@@ -64,21 +66,27 @@ namespace glabels::model
|
||||
}
|
||||
|
||||
|
||||
QString Paper::pwgSize() const
|
||||
QString Paper::pwgClass() const
|
||||
{
|
||||
return mPwgSize;
|
||||
return mPwgClass;
|
||||
}
|
||||
|
||||
|
||||
Paper::Type Paper::type() const
|
||||
{
|
||||
return mType;
|
||||
}
|
||||
|
||||
|
||||
bool Paper::isSizeIso() const
|
||||
{
|
||||
return mPwgSize.startsWith( "iso_" );
|
||||
return mPwgClass == "iso";
|
||||
}
|
||||
|
||||
|
||||
bool Paper::isSizeUs() const
|
||||
{
|
||||
return mPwgSize.startsWith( "na_" );
|
||||
return mPwgClass == "na";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+19
-4
@@ -32,13 +32,23 @@ namespace glabels::model
|
||||
|
||||
class Paper
|
||||
{
|
||||
public:
|
||||
enum Type
|
||||
{
|
||||
SHEET,
|
||||
ENVELOPE,
|
||||
ROLL
|
||||
};
|
||||
|
||||
|
||||
public:
|
||||
Paper() = default;
|
||||
Paper( const QString& id,
|
||||
const QString& name,
|
||||
Distance width,
|
||||
Distance height,
|
||||
const QString& pwgSize );
|
||||
const QString& pwgClass,
|
||||
Type type = SHEET );
|
||||
~Paper() = default;
|
||||
|
||||
QString id() const;
|
||||
@@ -50,18 +60,23 @@ namespace glabels::model
|
||||
/* Height */
|
||||
Distance height() const;
|
||||
|
||||
/* PWG 5101.1-2002 size name */
|
||||
QString pwgSize() const;
|
||||
/* PWG 5101.1-2023 class */
|
||||
QString pwgClass() const;
|
||||
|
||||
Type type() const;
|
||||
|
||||
bool isSizeIso() const;
|
||||
bool isSizeUs() const;
|
||||
|
||||
|
||||
private:
|
||||
QString mId;
|
||||
QString mName;
|
||||
Distance mWidth;
|
||||
Distance mHeight;
|
||||
QString mPwgSize;
|
||||
QString mPwgClass;
|
||||
Type mType;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
+36
-18
@@ -50,8 +50,10 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
using namespace glabels::model;
|
||||
|
||||
const uint32_t GDK_PIXBUF_MAGIC_NUMBER {0x47646b50};
|
||||
const double FONT_SCALE_FACTOR {0.75};
|
||||
const Distance MARGIN_OFFSET { Distance::pt(3) }; // In glabels-3, margin was not accounted for in text baseline calculations
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -463,35 +465,35 @@ namespace glabels::model
|
||||
XmlLabelParser_3::parseObjectTextNode( const QDomElement &node )
|
||||
{
|
||||
/* position attrs */
|
||||
const Distance x0 = XmlUtil::getLengthAttr( node, "x", 0.0 );
|
||||
const Distance y0 = XmlUtil::getLengthAttr( node, "y", 0.0 );
|
||||
Distance x0 = XmlUtil::getLengthAttr( node, "x", 0.0 );
|
||||
Distance y0 = XmlUtil::getLengthAttr( node, "y", 0.0 );
|
||||
|
||||
/* size attrs */
|
||||
const Distance w = XmlUtil::getLengthAttr( node, "w", 0 );
|
||||
const Distance h = XmlUtil::getLengthAttr( node, "h", 0 );
|
||||
Distance w = XmlUtil::getLengthAttr( node, "w", 0 );
|
||||
Distance h = XmlUtil::getLengthAttr( node, "h", 0 );
|
||||
|
||||
/* justify attr */
|
||||
const Qt::Alignment textHAlign = getHAlignmentAttr( node, "justify", Qt::AlignLeft );
|
||||
Qt::Alignment textHAlign = getHAlignmentAttr( node, "justify", Qt::AlignLeft );
|
||||
|
||||
/* valign attr */
|
||||
const Qt::Alignment textVAlign = getVAlignmentAttr( node, "valign", Qt::AlignTop );
|
||||
Qt::Alignment textVAlign = getVAlignmentAttr( node, "valign", Qt::AlignTop );
|
||||
|
||||
/* auto_shrink attr */
|
||||
const bool textAutoShrink = XmlUtil::getBoolAttr( node, "auto_shrink", false );
|
||||
bool textAutoShrink = XmlUtil::getBoolAttr( node, "auto_shrink", false );
|
||||
|
||||
/* affine attrs */
|
||||
const auto affineTransformation = parseAffineTransformation(node);
|
||||
auto affineTransformation = parseAffineTransformation(node);
|
||||
|
||||
/* shadow attrs */
|
||||
const bool shadowState = XmlUtil::getBoolAttr( node, "shadow", false );
|
||||
const Distance shadowX = XmlUtil::getLengthAttr( node, "shadow_x", 0.0 );
|
||||
const Distance shadowY = XmlUtil::getLengthAttr( node, "shadow_y", 0.0 );
|
||||
const double shadowOpacity = XmlUtil::getDoubleAttr( node, "shadow_opacity", 1.0 );
|
||||
bool shadowState = XmlUtil::getBoolAttr( node, "shadow", false );
|
||||
Distance shadowX = XmlUtil::getLengthAttr( node, "shadow_x", 0.0 );
|
||||
Distance shadowY = XmlUtil::getLengthAttr( node, "shadow_y", 0.0 );
|
||||
double shadowOpacity = XmlUtil::getDoubleAttr( node, "shadow_opacity", 1.0 );
|
||||
|
||||
QString key = XmlUtil::getStringAttr( node, "shadow_color_field", "" );
|
||||
bool field_flag = !key.isEmpty();
|
||||
uint32_t color = XmlUtil::getUIntAttr( node, "shadow_color", 0 );
|
||||
const ColorNode shadowColorNode( field_flag, color, key );
|
||||
ColorNode shadowColorNode( field_flag, color, key );
|
||||
|
||||
/* font attrs */
|
||||
QString fontFamily = "Sans";
|
||||
@@ -553,7 +555,7 @@ namespace glabels::model
|
||||
|
||||
/* font attrs */
|
||||
fontFamily = XmlUtil::getStringAttr( element, "font_family", "Sans" );
|
||||
fontSize = XmlUtil::getDoubleAttr( element, "font_size", 10 ) * FONT_SCALE_FACTOR;
|
||||
fontSize = XmlUtil::getDoubleAttr( element, "font_size", 10 );
|
||||
fontWeight = getWeightAttr( element, "font_weight", QFont::Normal );
|
||||
fontItalicFlag = XmlUtil::getBoolAttr( element, "font_italic", false );
|
||||
|
||||
@@ -576,6 +578,20 @@ namespace glabels::model
|
||||
}
|
||||
const QString text = document.toPlainText();
|
||||
|
||||
// Compensate for differences in glabels-3 text baseline calculations
|
||||
switch ( textVAlign )
|
||||
{
|
||||
case Qt::AlignVCenter:
|
||||
// No adjustment should be needed
|
||||
break;
|
||||
case Qt::AlignBottom:
|
||||
y0 += MARGIN_OFFSET;
|
||||
break;
|
||||
default:
|
||||
y0 -= MARGIN_OFFSET;
|
||||
break;
|
||||
}
|
||||
|
||||
auto textNode = new ModelTextObject( x0, y0, w, h, false /*lockAspectRatio*/, text,
|
||||
fontFamily, fontSize, fontWeight, fontItalicFlag, false,
|
||||
textColorNode, textHAlign, textVAlign, textWrapMode, textLineSpacing,
|
||||
@@ -583,9 +599,11 @@ namespace glabels::model
|
||||
affineTransformation,
|
||||
shadowState, shadowX, shadowY, shadowOpacity, shadowColorNode );
|
||||
|
||||
// The size of the textnode does not fit the qt world. So it's needed to
|
||||
// recalculate the size depending on the data.
|
||||
textNode->setSize(textNode->naturalSize());
|
||||
if ( (w.pt() == 0) || (h.pt() == 0) )
|
||||
{
|
||||
// Do our best to autosize
|
||||
textNode->setSize(textNode->naturalSize());
|
||||
}
|
||||
|
||||
return textNode;
|
||||
}
|
||||
|
||||
@@ -99,9 +99,25 @@ namespace glabels::model
|
||||
Distance width = XmlUtil::getLengthAttr( node, "width", Distance(0) );
|
||||
Distance height = XmlUtil::getLengthAttr( node, "height", Distance(0) );
|
||||
|
||||
QString pwgSize = XmlUtil::getStringAttr( node, "pwg_size", "" );
|
||||
QString pwgClass = XmlUtil::getStringAttr( node, "pwg_class", "iso" );
|
||||
|
||||
return Paper( id, name, width, height, pwgSize );
|
||||
Paper::Type type;
|
||||
QString typeString = XmlUtil::getStringAttr( node, "type", "sheet" );
|
||||
if ( typeString == "sheet" )
|
||||
{
|
||||
type = Paper::SHEET;
|
||||
}
|
||||
else if ( typeString == "envelope" )
|
||||
{
|
||||
type = Paper::ENVELOPE;
|
||||
}
|
||||
else
|
||||
{
|
||||
qWarning() << "Warning: unknown paper type: " << typeString << ".";
|
||||
type = Paper::SHEET;
|
||||
}
|
||||
|
||||
return Paper( id, name, width, height, pwgClass, type );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -60,12 +60,6 @@ using namespace glabels::barcode;
|
||||
using namespace glabels::merge;
|
||||
|
||||
|
||||
namespace
|
||||
{
|
||||
const double FONT_SCALE_FACTOR {0.75};
|
||||
}
|
||||
|
||||
|
||||
void TestXmlLabel::initTestCase()
|
||||
{
|
||||
QCoreApplication::setOrganizationName( glabels::model::Version::ORGANIZATION_NAME );
|
||||
@@ -491,6 +485,10 @@ void TestXmlLabel::parser_3ReadFile()
|
||||
// absolute path, an attempt should be made guess at the relative path (maybe sitting
|
||||
// in the same directory as the glabels file. For glabels-4 files, the relative path
|
||||
// should be encoded in the file.
|
||||
//
|
||||
// FIX ME: Y0 of text objects is modified to compensate for differences in the text baseline
|
||||
// calculations between glabels-3 and glabels-4. These tests are currently commented
|
||||
// out.
|
||||
|
||||
QFileInfo glabelsFileInfo( QString( "%1/data/glabels-3/crew-orientation-name-tags-7.glabels" ).arg( QString(TEST_DIR) ) );
|
||||
QVERIFY( glabelsFileInfo.isReadable() );
|
||||
@@ -537,14 +535,14 @@ void TestXmlLabel::parser_3ReadFile()
|
||||
ModelTextObject* modelTextObject0 = dynamic_cast<ModelTextObject*>( model->objectList()[0] );
|
||||
QVERIFY( modelTextObject0 );
|
||||
QCOMPARE( modelTextObject0->x0().in(), 0.150603 );
|
||||
QCOMPARE( modelTextObject0->y0().in(), 0.2625 );
|
||||
//QCOMPARE( modelTextObject0->y0().in(), 0.2625 );
|
||||
// Width and height set to naturalSize()
|
||||
QCOMPARE( modelTextObject0->lockAspectRatio(), false );
|
||||
QCOMPARE( modelTextObject0->matrix(), QTransform( 1, 0, 0, 1, 0, 0 ) );
|
||||
QCOMPARE( modelTextObject0->shadow(), false );
|
||||
QCOMPARE( modelTextObject0->text(), QString( "Hello, my name is" ) );
|
||||
QCOMPARE( modelTextObject0->fontFamily(), QString( "Sans" ) );
|
||||
QCOMPARE( modelTextObject0->fontSize(), 16 * FONT_SCALE_FACTOR );
|
||||
QCOMPARE( modelTextObject0->fontSize(), 16 );
|
||||
QCOMPARE( modelTextObject0->fontWeight(), QFont::Bold );
|
||||
QCOMPARE( modelTextObject0->fontItalicFlag(), false );
|
||||
QCOMPARE( modelTextObject0->textLineSpacing(), 1.0 );
|
||||
@@ -555,14 +553,14 @@ void TestXmlLabel::parser_3ReadFile()
|
||||
ModelTextObject* modelTextObject1 = dynamic_cast<ModelTextObject*>( model->objectList()[1] );
|
||||
QVERIFY( modelTextObject1 );
|
||||
QCOMPARE( modelTextObject1->x0().in(), 0.150603 );
|
||||
QCOMPARE( modelTextObject1->y0().in(), 0.645 );
|
||||
//QCOMPARE( modelTextObject1->y0().in(), 0.645 );
|
||||
// Width and height set to naturalSize()
|
||||
QCOMPARE( modelTextObject1->lockAspectRatio(), false );
|
||||
QCOMPARE( modelTextObject1->matrix(), QTransform( 1, 0, 0, 1, 0, 0 ) );
|
||||
QCOMPARE( modelTextObject1->shadow(), false );
|
||||
QCOMPARE( modelTextObject1->text(), QString( "${Name}" ) );
|
||||
QCOMPARE( modelTextObject1->fontFamily(), QString( "Sans" ) );
|
||||
QCOMPARE( modelTextObject1->fontSize(), 20 * FONT_SCALE_FACTOR );
|
||||
QCOMPARE( modelTextObject1->fontSize(), 20 );
|
||||
QCOMPARE( modelTextObject1->fontWeight(), QFont::Normal );
|
||||
QCOMPARE( modelTextObject1->fontItalicFlag(), false );
|
||||
QCOMPARE( modelTextObject1->textLineSpacing(), 1.0 );
|
||||
@@ -573,14 +571,14 @@ void TestXmlLabel::parser_3ReadFile()
|
||||
ModelTextObject* modelTextObject2 = dynamic_cast<ModelTextObject*>( model->objectList()[2] );
|
||||
QVERIFY( modelTextObject2 );
|
||||
QCOMPARE( modelTextObject2->x0().in(), 0.150603 );
|
||||
QCOMPARE( modelTextObject2->y0().in(), 1.14 );
|
||||
//QCOMPARE( modelTextObject2->y0().in(), 1.14 );
|
||||
// Width and height set to naturalSize()
|
||||
QCOMPARE( modelTextObject2->lockAspectRatio(), false );
|
||||
QCOMPARE( modelTextObject2->matrix(), QTransform( 1, 0, 0, 1, 0, 0 ) );
|
||||
QCOMPARE( modelTextObject2->shadow(), false );
|
||||
QCOMPARE( modelTextObject2->text(), QString( "Department: ${Department}" ) );
|
||||
QCOMPARE( modelTextObject2->fontFamily(), QString( "Sans" ) );
|
||||
QCOMPARE( modelTextObject2->fontSize(), 11 * FONT_SCALE_FACTOR );
|
||||
QCOMPARE( modelTextObject2->fontSize(), 11 );
|
||||
QCOMPARE( modelTextObject2->fontWeight(), QFont::Normal );
|
||||
QCOMPARE( modelTextObject2->fontItalicFlag(), false );
|
||||
QCOMPARE( modelTextObject2->textLineSpacing(), 1.0 );
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
<Template brand="Avery" part="L4785" size="A4" _description="Name badge labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.avery.co.uk/avery/en_gb/Products/Naming/Self-Adhesive-Name-Badges/White-self-adhesive-name-badges_L4785_20.htm"/>
|
||||
<Label-rectangle id="0" width="80mm" height="50mm" round="4mm" x_waste="7.5mm" y_waste="2.5mm">
|
||||
<Markup-margin size="1mm"/>
|
||||
<Layout nx="2" ny="5" x0="18mm" y0="13mm" dx="95mm" dy="55mm"/>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<Template brand="Begalabel" part="RC-50" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-2-x-1-Rounded-Corner-Label-p15.html"/>
|
||||
<Label-rectangle id="0" width="1.5in" height="1in" round="0.1in" x_waste="0.05in">
|
||||
<Layout nx="5" ny="10" x0="0.25in" y0="0.5in" dx="1.625in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -13,7 +12,6 @@
|
||||
<Template brand="Begalabel" part="RC-150" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-4-x-2-3-8-Address-Labels-Media-Labels-p17.html"/>
|
||||
<Label-rectangle id="0" width="2.375in" height="1.25in" round="0.125in" x_waste="0.05in" y_waste="0.05in">
|
||||
<Layout nx="3" ny="6" x0="0.375in" y0="1.125in" dx="2.66in" dy="1.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -22,7 +20,6 @@
|
||||
<Template brand="Begalabel" part="RC-200" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-3-4-x-1-1-4-Barcode-Labels-Media-Labels-p18.html"/>
|
||||
<Label-rectangle id="0" width="1.75in" height="1.25in" round="0.125in" x_waste="0.05in">
|
||||
<Layout nx="4" ny="8" x0="0.4687in" y0="0.5in" dx="1.9375in" dy="1.25in"/>
|
||||
</Label-rectangle>
|
||||
@@ -31,7 +28,6 @@
|
||||
<Template brand="Begalabel" part="RC-250" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-3-4-x-1-2-Return-Address-Labels-Mailing-Labels-p19.html"/>
|
||||
<Label-rectangle id="0" width="1.75in" height="0.5in" round="0.05in" x_waste="0.05in">
|
||||
<Layout nx="4" ny="20" x0="0.25in" y0="0.5in" dx="2.0625in" dy="0.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -40,7 +36,6 @@
|
||||
<Template brand="Begalabel" part="RC-300" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-1-4-x-3-4-Address-Labels-Mailing-Labels-p20.html"/>
|
||||
<Label-rectangle id="0" width="2.25in" height="0.75in" round="0.095in" waste="0.05in">
|
||||
<Layout nx="3" ny="10" x0="0.375in" y0="0.625in" dx="2.75in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -49,7 +44,6 @@
|
||||
<Template brand="Begalabel" part="RC-350" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-5-8-x-1-Address-Labels-Mailing-Labels-p7.html"/>
|
||||
<Label-rectangle id="0" width="2.625in" height="1in" round="0.125in" x_waste="0.05in">
|
||||
<Layout nx="3" ny="10" x0="0.1875in" y0="0.5in" dx="2.75in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -58,7 +52,6 @@
|
||||
<Template brand="Begalabel" part="RC-400" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-5-8-x-1-1-16-Rounded-Corner-Label-p21.html"/>
|
||||
<Label-rectangle id="0" width="2.625in" height="1.0625in" round="0.07in" x_waste="0.05in">
|
||||
<Layout nx="3" ny="10" x0="0.125in" y0="0.1875in" dx="2.8125in" dy="1.0625in"/>
|
||||
</Label-rectangle>
|
||||
@@ -67,7 +60,6 @@
|
||||
<Template brand="Begalabel" part="RC-450" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-1-2-x-5-Shipping-Labels-Address-Labels-p22.html"/>
|
||||
<Label-rectangle id="0" width="3.5in" height="5in" round="0.1in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="2" x0="0.5in" y0="0.5in" dx="4in" dy="5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -76,7 +68,6 @@
|
||||
<Template brand="Begalabel" part="RC-500" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-3-4-x-1-1-4-Address-Labels-Shipping-Labels-p23.html"/>
|
||||
<Label-rectangle id="0" width="3.75in" height="1.25in" round="0.125in" waste="0.05in">
|
||||
<Layout nx="2" ny="6" x0="0.375in" y0="1.125in" dx="4in" dy="1.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -85,7 +76,6 @@
|
||||
<Template brand="Begalabel" part="RC-550" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-3-4-x-2-Shipping-Labels-Address-Labels-p24.html"/>
|
||||
<Label-rectangle id="0" width="3.75in" height="2in" round="0.125in" waste="0.05in">
|
||||
<Layout nx="2" ny="4" x0="0.375in" y0="1.125in" dx="4in" dy="2.25in"/>
|
||||
</Label-rectangle>
|
||||
@@ -94,7 +84,6 @@
|
||||
<Template brand="Begalabel" part="RC-600" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-3-4-x-3-Shipping-Labels-Address-Labels-p25.html"/>
|
||||
<Label-rectangle id="0" width="3.75in" height="3in" round="0.095in" waste="0.05in">
|
||||
<Layout nx="2" ny="3" x0="0.375in" y0="0.625in" dx="4in" dy="3.375in"/>
|
||||
</Label-rectangle>
|
||||
@@ -103,7 +92,6 @@
|
||||
<Template brand="Begalabel" part="RC-650" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-3-4-x-4-3-4-Shipping-Labels-Address-Labels-p26.html"/>
|
||||
<Label-rectangle id="0" width="3.75in" height="4.75in" round="0.095in" waste="0.05in">
|
||||
<Layout nx="2" ny="2" x0="0.375in" y0="0.625in" dx="4in" dy="5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -112,7 +100,6 @@
|
||||
<Template brand="Begalabel" part="RC-700" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-3-8-x-2-1-3-Name-Badge-Labels-Name-Tag-Labels-p27.html"/>
|
||||
<Label-rectangle id="0" width="3.375in" height="2.3333in" round="0.188in" waste="0.05in">
|
||||
<Layout nx="2" ny="4" x0="0.6875in" y0="0.594in" dx="3.75in" dy="2.52083in"/>
|
||||
</Label-rectangle>
|
||||
@@ -121,7 +108,6 @@
|
||||
<Template brand="Begalabel" part="RC-750" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-7-16-x-15-16-Filing-Labels-File-Folder-Labels-p28.html"/>
|
||||
<Label-rectangle id="0" width="3.4375in" height="0.9375in" round="0.095in" waste="0.05in">
|
||||
<Layout nx="2" ny="9" x0="0.5in" y0="0.5in" dx="4.0625in" dy="1.1328in"/>
|
||||
</Label-rectangle>
|
||||
@@ -130,7 +116,6 @@
|
||||
<Template brand="Begalabel" part="RC-800" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-7-16-x-2-3-Filing-Labels-File-Folder-Labels-p29.html"/>
|
||||
<Label-rectangle id="0" width="3.4375in" height="0.66667in" round="0.095in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="15" x0="0.5in" y0="0.5in" dx="4.0625in" dy="0.66667in"/>
|
||||
</Label-rectangle>
|
||||
@@ -139,7 +124,6 @@
|
||||
<Template brand="Begalabel" part="RC-850" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/-3-x-5-8-Filing-Labels-File-Folder-Labels-p30.html"/>
|
||||
<Label-rectangle id="0" width="3in" height="0.625in" round="0.095in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="16" x0="0.8437in" y0="0.5in" dx="3.8125in" dy="0.625in"/>
|
||||
</Label-rectangle>
|
||||
@@ -148,7 +132,6 @@
|
||||
<Template brand="Begalabel" part="RC-900" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-4-x-2-Rounded-Corner-Label-p31.html"/>
|
||||
<Label-rectangle id="0" width="0.75in" height="2in" round="0.132in" x_waste="0.04in" y_waste="0.05in">
|
||||
<Layout nx="8" ny="5" x0="0.921875in" y0="0.25in" dx="0.8437in" dy="2.1562in"/>
|
||||
</Label-rectangle>
|
||||
@@ -157,7 +140,6 @@
|
||||
<Template brand="Begalabel" part="RC-950" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-1-Shipping-Labels-Address-Labels-p9.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="1in" round="0.064in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="10" x0="0.1875in" y0="0.5in" dx="4.125in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -166,7 +148,6 @@
|
||||
<Template brand="Begalabel" part="RC-1000" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-1-1-2-Shipping-Labels-Address-Labels-p32.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="1.5in" round="0.095in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="6" x0="0.1875in" y0="1in" dx="4.125in" dy="1.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -175,7 +156,6 @@
|
||||
<Template brand="Begalabel" part="RC-1050" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-1-1-3-Shipping-Labels-Address-Labels-p33.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="1.33333in" round="0.095in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="7" x0="0.1875in" y0="0.83333in" dx="4.125in" dy="1.33333in"/>
|
||||
</Label-rectangle>
|
||||
@@ -184,7 +164,6 @@
|
||||
<Template brand="Begalabel" part="RC-1100" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-2-Shipping-Labels-Address-Labels-p10.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="2in" round="0.19in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="5" x0="0.1875in" y0="0.5in" dx="4.125in" dy="2in"/>
|
||||
</Label-rectangle>
|
||||
@@ -193,7 +172,6 @@
|
||||
<Template brand="Begalabel" part="RC-1200" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-3-1-3-Shipping-Labels-Address-Labels-p35.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="3.33333in" round="0.16in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="3" x0="0.1875in" y0="0.5in" dx="4.125in" dy="3.33333in"/>
|
||||
</Label-rectangle>
|
||||
@@ -202,7 +180,6 @@
|
||||
<Template brand="Begalabel" part="RC-1225" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-3-9-16-Label-Rounded-Corner-Label-p72.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="3.5625in" round="0.07in" x_waste="0.04in">
|
||||
<Layout nx="2" ny="3" x0="0.20315in" y0="0.15625in" dx="4.0937in" dy="3.5625in"/>
|
||||
</Label-rectangle>
|
||||
@@ -211,7 +188,6 @@
|
||||
<Template brand="Begalabel" part="RC-1240" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-x-5-Shipping-Labels-Mailing-Labels-p265.html"/>
|
||||
<Label-rectangle id="0" width="4in" height="5in" round="0.11in" x_waste="0.05in">
|
||||
<Layout nx="2" ny="2" x0="0.16667in" y0="0.5in" dx="4.16667in" dy="5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -220,18 +196,14 @@
|
||||
<Template brand="Begalabel" part="RC-1250" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/8-1-8-x-5-Shipping-Labels-p36.html"/>
|
||||
<Label-rectangle id="0" width="8.125in" height="5in" round="0.09in" x_waste="0.05in">
|
||||
<Layout nx="1" ny="2" x0="0.1875in" y0="0.5in" dx="8.125in" dy="5in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
<Template brand="Begalabel" part="AC-50" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-2-x-1-Label-Angled-Corner-p37.html"/>
|
||||
<Label-rectangle id="0" width="1.5in" height="1in">
|
||||
<Layout nx="5" ny="10" x0="0.5in" y0="0.5in" dx="1.5in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -240,7 +212,6 @@
|
||||
<Template brand="Begalabel" part="AC-100" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-2-x-1-2-Label-Angled-Corner-p38.html"/>
|
||||
<Label-rectangle id="0" width="1.5in" height="0.5in">
|
||||
<Layout nx="5" ny="20" x0="0.5in" y0="0.5in" dx="1.5in" dy="0.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -249,7 +220,6 @@
|
||||
<Template brand="Begalabel" part="AC-150" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/17-20-x-11-15-Label-Angled-Corner-p39.html"/>
|
||||
<Label-rectangle id="0" width="0.85in" height="0.7333in">
|
||||
<Layout nx="10" ny="15" x0="0in" y0="0in" dx="0.85in" dy="0.7333in"/>
|
||||
</Label-rectangle>
|
||||
@@ -258,7 +228,6 @@
|
||||
<Template brand="Begalabel" part="AC-200" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-x-1-Label-Angled-Corner-p40.html"/>
|
||||
<Label-rectangle id="0" width="2in" height="1in">
|
||||
<Layout nx="4" ny="10" x0="0.25in" y0="0.5in" dx="2in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -267,7 +236,6 @@
|
||||
<Template brand="Begalabel" part="AC-250" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-5-6-x-1-Label-Angled-Corner-p41.html"/>
|
||||
<Label-rectangle id="0" width="2.8333in" height="1in">
|
||||
<Layout nx="3" ny="11" x0="0in" y0="0in" dx="2.8333in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -276,7 +244,6 @@
|
||||
<Template brand="Begalabel" part="AC-450" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-4-x-1-2-Label-Angled-Corner-p45.html"/>
|
||||
<Label-rectangle id="0" width="0.75in" height="0.5in">
|
||||
<Layout nx="10" ny="20" x0="0.5in" y0="0.5in" dx="0.75in" dy="0.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -285,7 +252,6 @@
|
||||
<Template brand="Begalabel" part="AC-550" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-4--x-1-4-7-Label-Angled-Corner-p47.html"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="1.5714in">
|
||||
<Layout nx="2" ny="7" x0="0in" y0="0in" dx="4.25in" dy="1.5714in"/>
|
||||
</Label-rectangle>
|
||||
@@ -294,7 +260,6 @@
|
||||
<Template brand="Begalabel" part="AC-600" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-4-x-2-Shipping-Labels-Address-Labels-p48.html"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="2in">
|
||||
<Layout nx="2" ny="5" x0="0in" y0="0.5in" dx="4.25in" dy="2in"/>
|
||||
</Label-rectangle>
|
||||
@@ -303,7 +268,6 @@
|
||||
<Template brand="Begalabel" part="AC-500" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-4-x-1-Label-Angled-Corner-p46.html"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="1in">
|
||||
<Layout nx="2" ny="11" x0="0in" y0="0in" dx="4.25in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -312,7 +276,6 @@
|
||||
<Template brand="Begalabel" part="AC-700" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-4-x-3-2-3-Label-Angled-Corner-p50.html"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="3.6667in">
|
||||
<Layout nx="2" ny="3" x0="0in" y0="0in" dx="4.25in" dy="3.6667in"/>
|
||||
</Label-rectangle>
|
||||
@@ -321,7 +284,6 @@
|
||||
<Template brand="Begalabel" part="AC-750" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-4-x-5-1-2-Quarter-Sheet-Shipping-Labels-p51.html"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="5.5in">
|
||||
<Layout nx="2" ny="2" x0="0in" y0="0in" dx="4.25in" dy="5.5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -330,7 +292,6 @@
|
||||
<Template brand="Begalabel" part="AC-800" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/8-1-2-x-1-Label-Angled-Corner-p52.html"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="1in">
|
||||
<Layout nx="1" ny="11" x0="0in" y0="0in" dx="8.5in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
@@ -339,7 +300,6 @@
|
||||
<Template brand="Begalabel" part="AC-850" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/8-1-2-x-1-4-7-Label-Angled-Corner-p53.html"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="1.5714in">
|
||||
<Layout nx="1" ny="7" x0="0in" y0="0in" dx="8.5in" dy="1.5714in"/>
|
||||
</Label-rectangle>
|
||||
@@ -348,7 +308,6 @@
|
||||
<Template brand="Begalabel" part="AC-1000" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/8-1-2-x-3-2-3-Label-Angled-Corner-p56.html"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="3.6667in">
|
||||
<Layout nx="1" ny="3" x0="0in" y0="0in" dx="8.5in" dy="3.6667in"/>
|
||||
</Label-rectangle>
|
||||
@@ -357,18 +316,14 @@
|
||||
<Template brand="Begalabel" part="AC-1050" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/8-1-2-x-5-1-2-Half-Sheet-Shipping-Labels-p57.html"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="5.5in">
|
||||
<Layout nx="1" ny="2" x0="0in" y0="0in" dx="8.5in" dy="5.5in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
<Template brand="Begalabel" part="O-100" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-inch-Circle-Label-p61.html"/>
|
||||
<Label-round id="0" radius="0.5in" waste="0.05in">
|
||||
<Layout nx="7" ny="9" x0="0.5in" y0="0.4375in" dx="1.125in" dy="1.125in"/>
|
||||
</Label-round>
|
||||
@@ -377,7 +332,6 @@
|
||||
<Template brand="Begalabel" part="O-200" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-2-Round-Labels-Circle-Identification-Labels-p62.html"/>
|
||||
<Label-round id="0" radius="0.75in" waste="0.05in">
|
||||
<Layout nx="4" ny="5" x0="0.5in" y0="0.75in" dx="2in" dy="2in"/>
|
||||
</Label-round>
|
||||
@@ -386,7 +340,6 @@
|
||||
<Template brand="Begalabel" part="O-300" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-5-8-Round-Labels-Circle-Identification-Labels-p63.html"/>
|
||||
<Label-round id="0" radius="0.8125in" waste="0.02in">
|
||||
<Layout nx="4" ny="6" x0="0.4375in" y0="0.5in" dx="2in" dy="1.675in"/>
|
||||
</Label-round>
|
||||
@@ -395,7 +348,6 @@
|
||||
<Template brand="Begalabel" part="O-400" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-Inch-Circle-Label-p64.html"/>
|
||||
<Label-round id="0" radius="1in" waste="0.03in">
|
||||
<Layout nx="4" ny="5" x0="0.1562in" y0="0.375in" dx="2.0625in" dy="2.0625in"/>
|
||||
</Label-round>
|
||||
@@ -404,7 +356,6 @@
|
||||
<Template brand="Begalabel" part="O-500" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-1-2-Round-Labels-Circle-Identification-Labels-p65.html"/>
|
||||
<Label-round id="0" radius="1.25in" waste="0.03in">
|
||||
<Layout nx="3" ny="4" x0="0.25in" y0="0.4062in" dx="2.75in" dy="2.5625in"/>
|
||||
</Label-round>
|
||||
@@ -413,7 +364,6 @@
|
||||
<Template brand="Begalabel" part="O-600" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-Inch-Circle-Label-p66.html"/>
|
||||
<Label-round id="0" radius="1.5in" waste="0.05in">
|
||||
<Layout nx="2" ny="3" x0="1.1875in" y0="0.875in" dx="3.125in" dy="3.125in"/>
|
||||
</Label-round>
|
||||
@@ -422,18 +372,14 @@
|
||||
<Template brand="Begalabel" part="O-700" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-5-16-Circle-Label-p67.html"/>
|
||||
<Label-round id="0" radius="1.65625in" waste="0.02in">
|
||||
<Layout nx="2" ny="3" x0="0.625in" y0="0.4843in" dx="3.9375in" dy="3.3594in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
<Template brand="Begalabel" part="V-100" size="US-Letter" _description="Elliptical labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/1-1-2-x-2-3-Oval-Label-p262.html"/>
|
||||
<Label-ellipse id="0" width="1.5in" height="0.75in" waste="0.03in">
|
||||
<Layout nx="5" ny="11" x0="0.375in" y0="0.5in" dx="1.5625in" dy="0.925in"/>
|
||||
</Label-ellipse>
|
||||
@@ -442,7 +388,6 @@
|
||||
<Template brand="Begalabel" part="V-200" size="US-Letter" _description="Elliptical labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-x-1-Oval-Label-p263.html"/>
|
||||
<Label-ellipse id="0" width="2in" height="1in" waste="0.05in">
|
||||
<Layout nx="3" ny="9" x0="1in" y0="0.5in" dx="2.25in" dy="1.125in"/>
|
||||
</Label-ellipse>
|
||||
@@ -451,7 +396,6 @@
|
||||
<Template brand="Begalabel" part="V-400" size="US-Letter" _description="Elliptical labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.begalabel.com/2-1-2-x-1-3-4-Oval-Label-p264.html"/>
|
||||
<Label-ellipse id="0" width="2.5in" height="1.75in" waste="0.05in">
|
||||
<Layout nx="3" ny="5" x0="0.375in" y0="0.875in" dx="2.625in" dy="1.875in"/>
|
||||
</Label-ellipse>
|
||||
@@ -461,15 +405,14 @@
|
||||
<Template brand="Begalabel" part="M-200 (medium)" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-5-8-CD-&-DVD-Label-2-per-sheet-p68.html"/>
|
||||
<Label-cd id="0" radius="2.3125in" hole="0.814in" waste="0.05in">
|
||||
<Layout nx="1" ny="2" x0="1.9375in" y0="0.6875in" dx="5in" dy="5in"/>
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
<Template brand="Begalabel" part="M-200 (box)" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-5-8-CD-&-DVD-Label-2-per-sheet-p68.html"/>
|
||||
<Label-rectangle id="0" width="0.222in" height="4.69in" round="0.064in" x_waste="0.05in" y_waste="0.05in">
|
||||
<Layout nx="2" ny="2" x0="0.5in" y0="0.585in" dx="0.47in" dy="4.87in"/>
|
||||
</Label-rectangle>
|
||||
@@ -478,7 +421,6 @@
|
||||
<Template brand="Begalabel" part="M-400" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-2-CD-&-DVD-Label-2-per-sheet-p69.html"/>
|
||||
<Label-cd id="0" radius="2.25in" hole="0.814in" waste="0.05in">
|
||||
<Layout nx="1" ny="2" x0="2in" y0="0.5in" dx="5.5in" dy="5.5in"/>
|
||||
</Label-cd>
|
||||
@@ -487,24 +429,23 @@
|
||||
<Template brand="Begalabel" part="M-600 (medium)" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/Neato-Compatible-4.52-CD-&-DVD-Label--3-per-sheet-p70.html"/>
|
||||
<Label-cd id="0" radius="2.26in" hole="0.814in" waste="0.025in">
|
||||
<Layout nx="1" ny="2" x0="0.25in" y0="0.25in" dy="5.98in"/>
|
||||
<Layout nx="1" ny="1" x0="3.729in" y0="3.24in"/>
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
<Template brand="Begalabel" part="M-600 (box1)" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/Neato-Compatible-4.52-CD-&-DVD-Label--3-per-sheet-p70.html"/>
|
||||
<Label-rectangle id="0" width="2.753in" height="1.973in" round="0.16in" waste="0.025in">
|
||||
<Layout nx="1" ny="2" x0="5.185in" y0="0.748in" dy="7.78in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
<Template brand="Begalabel" part="M-600 (box2)" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/Neato-Compatible-4.52-CD-amp;&-DVD-Label--3-per-sheet-p70.html"/>
|
||||
<Label-rectangle id="0" width="3.128in" height="1in" round="0.16in" waste="0.025in">
|
||||
<Layout nx="1" ny="1" x0="0.373in" y0="5in"/>
|
||||
</Label-rectangle>
|
||||
@@ -513,15 +454,14 @@
|
||||
<Template brand="Begalabel" part="M-800 (medium)" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-2-Inch-CD-&-DVD-Label-2-per-sheet-p71.html"/>
|
||||
<Label-cd id="0" radius="2.25in" hole="0.814in" waste="0.05in">
|
||||
<Layout nx="1" ny="2" x0="2in" y0="0.5in" dx="5.5in" dy="5.5in"/>
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
<Template brand="Begalabel" part="M-800 (box)" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/4-1-2-Inch-CD-&-DVD-Label-2-per-sheet-p71.html"/>
|
||||
<Label-rectangle id="0" width="4.757in" height="0.258in" x_waste="0.05in">
|
||||
<Layout nx="1" ny="2" x0="1.872in" y0="5.242in" dx="4.757in" dy="0.258in"/>
|
||||
</Label-rectangle>
|
||||
@@ -530,7 +470,6 @@
|
||||
<Template brand="Begalabel" part="M-1000" size="US-Letter" _description="Cassette labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.begalabel.com/3-1-2-x-1-2-3-Inch-Cassette-Tape-Face-Label-12-per-sheet-p76.html"/>
|
||||
<Label-rectangle id="0" width="3.5in" height="1.66667in">
|
||||
<Markup-line x1="0in" y1="0.16in" x2="0.16in" y2="0"/>
|
||||
<Markup-line x1="3.5in" y1="0.16in" x2="3.34in" y2="0"/>
|
||||
|
||||
@@ -18,14 +18,10 @@
|
||||
<Template brand="Desmat" part="A4ST-3CD" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.desmat.com/product.php?id=34"/>
|
||||
<Label-cd id="0" radius="55mm" hole="15.5mm" waste="2mm">
|
||||
<Markup-margin size="9mm"/>
|
||||
<!-- <Layout nx="1" ny="2" x0="9mm" y0="9.5mm" dx="120mm" dy="166.5mm"/>
|
||||
<Layout nx="1" ny="1" x0="91mm" y0="93mm" dx="120mm" dy="120mm"/> -->
|
||||
|
||||
<Layout nx="1" ny="2" x0="91.5mm" y0="9mm" dx="119.5mm" dy="166mm"/>
|
||||
<Layout nx="1" ny="1" x0="9mm" y0="92mm" dx="120mm" dy="120mm"/>
|
||||
<Markup-margin size="9mm"/>
|
||||
<Layout nx="1" ny="2" x0="91.5mm" y0="9mm" dx="119.5mm" dy="166mm"/>
|
||||
<Layout nx="1" ny="1" x0="9mm" y0="92mm" dx="120mm" dy="120mm"/>
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Dymo" part="30252" _description="Address labels"
|
||||
size="roll" roll_width="31mm" width="28mm" height="89mm" >
|
||||
<Meta category="label" />
|
||||
<Meta category="mail" />
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Label-rectangle id="0" width="28mm" height="89mm" round="1mm" x_waste="0mm" y_waste="0mm" >
|
||||
<Markup-rect x1="1mm" y1="6mm" w="26mm" h="77mm" />
|
||||
<Layout nx="1" ny="1" x0="0" y0="0" dx="0" dy="0" />
|
||||
@@ -39,8 +39,8 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Dymo" part="30915" _description="Postage stamp labels"
|
||||
size="roll" roll_width="51mm" width="41mm" height="31mm" >
|
||||
<Meta category="label" />
|
||||
<Meta category="mail" />
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Label-path id="0" x_waste="0mm" y_waste="0mm" d_units="mm"
|
||||
d="M 0 1
|
||||
l 1 -1 l 1 1 l 1 -1 l 1 1 l 1 -1 l 1 1 l 1 -1 l 1 1 l 1 -1 l 1 1
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<Template brand="Endisch" part="6500012x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round12_e.html"/>
|
||||
<Label-round id="0" radius="6mm" waste="0.6mm">
|
||||
<Layout nx="13" ny="18" x0="9mm" y0="15mm" dx="15mm" dy="15mm"/>
|
||||
</Label-round>
|
||||
@@ -13,7 +12,6 @@
|
||||
<Template brand="Endisch" part="6500020x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round20_e.html"/>
|
||||
<Label-round id="0" radius="10mm" waste="0.5mm">
|
||||
<Layout nx="8" ny="12" x0="16.25mm" y0="14.75mm" dx="22.5mm" dy="22.5mm"/>
|
||||
</Label-round>
|
||||
@@ -30,7 +28,6 @@
|
||||
<Template brand="Endisch" part="6500030x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round30_e.html"/>
|
||||
<Label-round id="0" radius="15mm" waste="0.5mm">
|
||||
<Layout nx="6" ny="8" x0="8.75mm" y0="19.75mm" dx="32.5mm" dy="32.5mm"/>
|
||||
</Label-round>
|
||||
@@ -39,7 +36,6 @@
|
||||
<Template brand="Endisch" part="6500040x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round40_e.html"/>
|
||||
<Label-round id="0" radius="20mm" waste="1.5mm">
|
||||
<Layout nx="4" ny="6" x0="16mm" y0="13.5mm" dx="46mm" dy="46mm"/>
|
||||
</Label-round>
|
||||
@@ -56,7 +52,6 @@
|
||||
<Template brand="Endisch" part="6500060x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round60_e.html"/>
|
||||
<Label-round id="0" radius="30mm" waste="1mm">
|
||||
<Layout nx="3" ny="4" x0="8mm" y0="18mm" dx="67mm" dy="67mm"/>
|
||||
</Label-round>
|
||||
@@ -89,7 +84,6 @@
|
||||
<Template brand="Endisch" part="6500085x" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/round85_e.html"/>
|
||||
<Label-round id="0" radius="42.5mm" waste="1.5mm">
|
||||
<Layout nx="2" ny="3" x0="15mm" y0="11mm" dx="95mm" dy="95mm"/>
|
||||
</Label-round>
|
||||
@@ -106,15 +100,11 @@
|
||||
<Template brand="Endisch" part="6400080x" size="A4" _description="Elliptical labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/oval80_e.html"/>
|
||||
<Label-ellipse id="0" width="80mm" height="47mm" waste="1.5mm">
|
||||
<Layout nx="2" ny="5" x0="15mm" y0="11mm" dx="100mm" dy="57mm"/>
|
||||
</Label-ellipse>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
|
||||
<Template brand="Endisch" part="6502015x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
@@ -126,7 +116,6 @@
|
||||
<Template brand="Endisch" part="6502020x" size="A4" _description="Square labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="square-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/20x20_e.html"/>
|
||||
<Label-rectangle id="0" width="20mm" height="20mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="9" ny="14" x0="15mm" y0="8.5mm" dx="20mm" dy="20mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -143,7 +132,6 @@
|
||||
<Template brand="Endisch" part="6502719x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/27x19_e.html"/>
|
||||
<Label-rectangle id="0" width="27.5mm" height="19.05mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="7" ny="14" x0="8.75mm" y0="15.15mm" dx="27.5mm" dy="19.05mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -160,7 +148,6 @@
|
||||
<Template brand="Endisch" part="6503821x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/38x212_e.html"/>
|
||||
<Label-rectangle id="0" width="38mm" height="21.2mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="5" ny="13" x0="10mm" y0="10.7mm" dx="38mm" dy="21.2mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -177,7 +164,6 @@
|
||||
<Template brand="Endisch" part="6504816x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/485x169_e.html"/>
|
||||
<Label-rectangle id="0" width="48.5mm" height="16.9mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="4" ny="16" x0="8mm" y0="13.3mm" dx="48.5mm" dy="16.9mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -186,7 +172,6 @@
|
||||
<Template brand="Endisch" part="6504825x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/485x254_e.html"/>
|
||||
<Label-rectangle id="0" width="48.5mm" height="25.4mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="4" ny="11" x0="8mm" y0="8.8mm" dx="48.5mm" dy="25.4mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -203,7 +188,6 @@
|
||||
<Template brand="Endisch" part="6505221x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/525x212_e.html"/>
|
||||
<Label-rectangle id="0" width="52.5mm" height="21.2mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="4" ny="14" x0="0mm" y0="0mm" dx="52.5mm" dy="21.214mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -212,7 +196,6 @@
|
||||
<Template brand="Endisch" part="6505225x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/525x254_e.html"/>
|
||||
<Label-rectangle id="0" width="52.5mm" height="25.4mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="4" ny="11" x0="0mm" y0="8.8mm" dx="52.5mm" dy="25.4mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -221,7 +204,6 @@
|
||||
<Template brand="Endisch" part="6505229x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/525x2967_e.html"/>
|
||||
<Label-rectangle id="0" width="52.5mm" height="29.7mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="4" ny="10" x0="0mm" y0="0mm" dx="52.5mm" dy="29.7mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -230,7 +212,6 @@
|
||||
<Template brand="Endisch" part="6405334x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/53x34_e.html"/>
|
||||
<Label-rectangle id="0" width="53mm" height="34mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="13mm" y0="12.5mm" dx="65.5mm" dy="34mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -239,7 +220,6 @@
|
||||
<Template brand="Endisch" part="640638x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/63x85_e.html"/>
|
||||
<Label-rectangle id="0" width="63.5mm" height="8.5mm" round="2mm" x_waste="0.8mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="32" x0="7.21mm" y0="12.5mm" dx="66.04mm" dy="8.5mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -280,7 +260,6 @@
|
||||
<Template brand="Endisch" part="6506433x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/646x338_e.html"/>
|
||||
<Label-rectangle id="0" width="64.6mm" height="33.8mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="8.1mm" y0="13.3mm" dx="64.6mm" dy="33.8mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -289,7 +268,6 @@
|
||||
<Template brand="Endisch" part="6406634x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/66x34_e.html"/>
|
||||
<Label-rectangle id="0" width="66mm" height="34mm" round="2mm" x_waste="0.5mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="4mm" y0="12.5mm" dx="68mm" dy="34mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -298,7 +276,6 @@
|
||||
<Template brand="Endisch" part="6507016x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x169_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="16.9mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="17" x0="0mm" y0="4.85mm" dx="70mm" dy="16.9mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -307,7 +284,6 @@
|
||||
<Template brand="Endisch" part="6507025x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x254_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="25.4mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="11" x0="0mm" y0="8.8mm" dx="70mm" dy="25.4mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -316,7 +292,6 @@
|
||||
<Template brand="Endisch" part="6507029x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x2967_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="29.7mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="10" x0="0mm" y0="0mm" dx="70mm" dy="29.7mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -325,7 +300,6 @@
|
||||
<Template brand="Endisch" part="6507032x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x32_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="32mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="9" x0="0mm" y0="4.5mm" dx="70mm" dy="32mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -334,7 +308,6 @@
|
||||
<Template brand="Endisch" part="6507033x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x338_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="33.8mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="0mm" y0="13.3mm" dx="70mm" dy="33.8mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -343,7 +316,6 @@
|
||||
<Template brand="Endisch" part="6507035x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x35_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="35mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="0mm" y0="8.5mm" dx="70mm" dy="35mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -352,7 +324,6 @@
|
||||
<Template brand="Endisch" part="6507036x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x36_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="36mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="0mm" y0="4.5mm" dx="70mm" dy="36mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -361,7 +332,6 @@
|
||||
<Template brand="Endisch" part="6507037x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x3708_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="37mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="8" x0="0mm" y0="0mm" dx="70mm" dy="37.125mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -370,7 +340,6 @@
|
||||
<Template brand="Endisch" part="6507041x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x41_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="41mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="7" x0="0mm" y0="5mm" dx="70mm" dy="41mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -379,7 +348,6 @@
|
||||
<Template brand="Endisch" part="6507042x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x423_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="42.3mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="7" x0="0mm" y0="0mm" dx="70mm" dy="42.428mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -388,7 +356,6 @@
|
||||
<Template brand="Endisch" part="6507050x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x508_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="50.8mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="5" x0="0mm" y0="21.5mm" dx="70mm" dy="50.8mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -397,7 +364,6 @@
|
||||
<Template brand="Endisch" part="6507067x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/70x677_e.html"/>
|
||||
<Label-rectangle id="0" width="70mm" height="67.7mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="3" ny="4" x0="0mm" y0="13.1mm" dx="70mm" dy="67.7mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -406,7 +372,6 @@
|
||||
<Template brand="Endisch" part="6408232x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/82x32_e.html"/>
|
||||
<Label-rectangle id="0" width="82mm" height="32mm" round="2mm" x_waste="2mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="8" x0="16mm" y0="20.5mm" dx="96mm" dy="32mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -415,7 +380,6 @@
|
||||
<Template brand="Endisch" part="6408252x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/82x52_e.html"/>
|
||||
<Label-rectangle id="0" width="82mm" height="52mm" round="2mm" x_waste="2mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="5" x0="16mm" y0="18.5mm" dx="96mm" dy="52mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -440,7 +404,6 @@
|
||||
<Template brand="Endisch" part="6409616x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/96x169_e.html"/>
|
||||
<Label-rectangle id="0" width="96mm" height="16.9mm" round="2mm" x_waste="0.7mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="16" x0="7.75mm" y0="13.3mm" dx="98.5mm" dy="16.9mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -457,7 +420,6 @@
|
||||
<Template brand="Endisch" part="6509742x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/97x423_e.html"/>
|
||||
<Label-rectangle id="0" width="97mm" height="42.3mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="6" x0="8mm" y0="21.6mm" dx="97mm" dy="42.3mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -466,7 +428,6 @@
|
||||
<Template brand="Endisch" part="6509767x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/97x677_e.html"/>
|
||||
<Label-rectangle id="0" width="97mm" height="67.7mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="4" x0="8mm" y0="13.1mm" dx="97mm" dy="67.7mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -475,7 +436,6 @@
|
||||
<Template brand="Endisch" part="6409852x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/98x52_e.html"/>
|
||||
<Label-rectangle id="0" width="98mm" height="52mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="5" x0="5mm" y0="18.5mm" dx="102mm" dy="52mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -532,7 +492,6 @@
|
||||
<Template brand="Endisch" part="6510150x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/1016x508_e.html"/>
|
||||
<Label-rectangle id="0" width="101.6mm" height="50.8mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="5" x0="3.4mm" y0="21.5mm" dx="101.6mm" dy="50.8mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -541,7 +500,6 @@
|
||||
<Template brand="Endisch" part="6510533x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x338_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="33.8mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="8" x0="0mm" y0="13.3mm" dx="105mm" dy="33.8mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -550,7 +508,6 @@
|
||||
<Template brand="Endisch" part="6510537x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x3708_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="37mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="8" x0="0mm" y0="0mm" dx="105mm" dy="37.125mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -559,7 +516,6 @@
|
||||
<Template brand="Endisch" part="6510541x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x41_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="41mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="7" x0="0mm" y0="5mm" dx="105mm" dy="41mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -568,7 +524,6 @@
|
||||
<Template brand="Endisch" part="6510542x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x423_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="42.3mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="7" x0="0mm" y0="0mm" dx="105mm" dy="42.428mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -577,7 +532,6 @@
|
||||
<Template brand="Endisch" part="6510548x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x48_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="48mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="6" x0="0mm" y0="4.5mm" dx="105mm" dy="48mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -586,7 +540,6 @@
|
||||
<Template brand="Endisch" part="6510557x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x57_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="57mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="5" x0="0mm" y0="6mm" dx="105mm" dy="57mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -595,7 +548,6 @@
|
||||
<Template brand="Endisch" part="6510570x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x70_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="70mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="4" x0="0mm" y0="8.5mm" dx="105mm" dy="70mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -604,7 +556,6 @@
|
||||
<Template brand="Endisch" part="6510572x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x72_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="72mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="4" x0="0mm" y0="9mm" dx="105mm" dy="72mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -613,7 +564,6 @@
|
||||
<Template brand="Endisch" part="6510574x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x74_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="74.25mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="4" x0="0mm" y0="0mm" dx="105mm" dy="74.25mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -622,7 +572,6 @@
|
||||
<Template brand="Endisch" part="6510514x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x144_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="144mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="2" x0="0mm" y0="9mm" dx="105mm" dy="144mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -631,7 +580,6 @@
|
||||
<Template brand="Endisch" part="6510518x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/105x148_e.html"/>
|
||||
<Label-rectangle id="0" width="105mm" height="148.5mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="2" x0="0mm" y0="0mm" dx="105mm" dy="148.5mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -640,7 +588,6 @@
|
||||
<Template brand="Endisch" part="6414498x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/144x98_e.html"/>
|
||||
<Label-rectangle id="0" width="98mm" height="144mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="2" ny="2" x0="5mm" y0="4.5mm" dx="102mm" dy="144mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -649,7 +596,6 @@
|
||||
<Template brand="Endisch" part="6414720x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/147x20_e.html"/>
|
||||
<Label-rectangle id="0" width="147.3mm" height="20mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="13" x0="31.35mm" y0="18.5mm" dx="147.3mm" dy="20mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -658,7 +604,6 @@
|
||||
<Template brand="Endisch" part="6519038x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/190x38_e.html"/>
|
||||
<Label-rectangle id="0" width="192mm" height="38mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="7" x0="9mm" y0="15.5mm" dx="192mm" dy="38mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -667,7 +612,6 @@
|
||||
<Template brand="Endisch" part="6519061x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/190x61_e.html"/>
|
||||
<Label-rectangle id="0" width="192mm" height="61mm" round="2mm" x_waste="1mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="4" x0="9mm" y0="26.5mm" dx="192mm" dy="61mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -676,7 +620,6 @@
|
||||
<Template brand="Endisch" part="6520029x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/200x297_e.html"/>
|
||||
<Label-rectangle id="0" width="200mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="1" x0="10mm" y0="0mm" dx="200mm" dy="297mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -701,7 +644,6 @@
|
||||
<Template brand="Endisch" part="6521018x" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/210x148_e.html"/>
|
||||
<Label-rectangle id="0" width="210mm" height="148.5mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="2" x0="0mm" y0="0mm" dx="210mm" dy="148.5mm"/>
|
||||
</Label-rectangle>
|
||||
@@ -710,14 +652,11 @@
|
||||
<Template brand="Endisch" part="6521029x" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.endihaft.de/en/endisch_labels/laser/210x297_e.html"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
<Template brand="Endisch" part="65420297" size="A3" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
@@ -734,8 +673,6 @@
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
|
||||
<Template brand="Endisch" part="B104147A5" size="A5" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<!-- =================================================================== -->
|
||||
|
||||
<Template brand="Felga" part="EP1220" size="other" width="210mm" height="261mm" description="Plant labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Label-rectangle id="0" width="20mm" height="100mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="10" ny="2" x0="5mm" y0="5mm" dx="20mm" dy="130mm"/>
|
||||
@@ -15,7 +17,8 @@
|
||||
</Template>
|
||||
|
||||
<Template brand="Felga" part="ES210" size="other" width="595.276pt" height="793.701pt" description="Plant labels">
|
||||
<Meta category="user-defined"/>
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Label-rectangle id="0" width="595.276pt" height="36pt" round="0pt" x_waste="0pt" y_waste="0pt">
|
||||
<Markup-margin size="0pt"/>
|
||||
<Layout nx="1" ny="22" x0="0pt" y0="0pt" dx="595.276pt" dy="36pt"/>
|
||||
@@ -23,6 +26,8 @@
|
||||
</Template>
|
||||
|
||||
<Template brand="Felga" part="EY210" size="A4" description="Plant labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Label-rectangle id="0" width="210mm" height="19mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="1" ny="14" x0="0mm" y0="0mm" dx="210mm" dy="19mm"/>
|
||||
@@ -30,6 +35,8 @@
|
||||
</Template>
|
||||
|
||||
<Template brand="Felga" part="PETFO-A5" size="A4" description="Plant labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Label-rectangle id="0" width="210mm" height="148.5mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="1" ny="2" x0="0mm" y0="0mm" dx="210mm" dy="148.5mm"/>
|
||||
@@ -37,6 +44,8 @@
|
||||
</Template>
|
||||
|
||||
<Template brand="Felga" part="R1074" size="A4" description="Plant labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Label-rectangle id="0" width="105mm" height="74.25mm" round="2mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="2" ny="4" x0="0mm" y0="0mm" dx="105mm" dy="74.25mm"/>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
<Template brand="Geha" part="P10" size="A4" _description="Flyer paper">
|
||||
<Meta category="card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=90594"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Markup-line x1="0mm" y1="99mm" x2="210mm" y2="99mm"/>
|
||||
@@ -34,7 +33,6 @@
|
||||
<Template brand="Geha" part="P68" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1057&pid=91058"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="5mm" y_waste="9mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="2" ny="4" x0="15mm" y0="13mm" dx="95mm" dy="72mm"/>
|
||||
@@ -49,7 +47,6 @@
|
||||
<Template brand="Geha" part="P70" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1057&pid=90679"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="5mm" y_waste="0mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="2" ny="5" x0="15mm" y0="13.5mm" dx="95mm" dy="54mm"/>
|
||||
@@ -66,7 +63,6 @@
|
||||
<Template brand="Geha" part="P76" size="A4" _description="Greeting cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1057&pid=90815"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Markup-line x1="0mm" y1="148.5mm" x2="210mm" y2="148.5mm"/>
|
||||
@@ -82,7 +78,6 @@
|
||||
<Template brand="Geha" part="P78" size="A4" _description="Greeting cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1057&pid=90835"/>
|
||||
<Label-rectangle id="0" width="165mm" height="121mm" round="0mm" x_waste="23mm" y_waste="2.5mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Markup-line x1="82.5mm" y1="0mm" x2="82.5mm" y2="121mm"/>
|
||||
@@ -97,7 +92,6 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Geha" part="P80" size="A4" _description="Arch file inserts">
|
||||
<Meta category="card"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=837&pid=90891"/>
|
||||
<Label-rectangle id="0" width="188mm" height="48mm" round="0mm" x_waste="11mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="5" x0="11mm" y0="28.5mm" dx="210mm" dy="48mm"/>
|
||||
@@ -109,7 +103,6 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Geha" part="P81" size="A4" _description="Arch file inserts">
|
||||
<Meta category="card"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=837&pid=90914"/>
|
||||
<Label-rectangle id="0" width="188mm" height="26mm" round="0mm" x_waste="11mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="1" ny="9" x0="11mm" y0="31.5mm" dx="210mm" dy="26mm"/>
|
||||
@@ -122,7 +115,6 @@
|
||||
<Template brand="Geha" part="Z20-1" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30200"/>
|
||||
<Label-cd id="0" radius="58.5mm" hole="8.5mm" waste="10mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="1" x0="46.5mm" y0="21.5mm" dx="137mm" dy="137mm"/>
|
||||
@@ -135,7 +127,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30200"/>
|
||||
<Label-rectangle id="0" width="121.5mm" height="117.5mm" round="0mm" x_waste="15mm" y_waste="0mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="1" x0="44.25mm" y0="164mm" dx="151.5mm" dy="117.5mm"/>
|
||||
@@ -150,7 +141,6 @@
|
||||
<Template brand="Geha" part="Z22" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30101"/>
|
||||
<Label-cd id="0" radius="58.5mm" hole="8.5mm" waste="3.175mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="2" x0="46.5mm" y0="21.5mm" dx="123.35mm" dy="137mm"/>
|
||||
@@ -165,7 +155,6 @@
|
||||
<Template brand="Geha" part="Z24" size="A4" _description="DVD insert">
|
||||
<Meta category="card"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30248"/>
|
||||
<Label-rectangle id="0" width="183mm" height="270mm" round="0mm" x_waste="13.5mm" y_waste="13.5mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="1" x0="13.5mm" y0="13.5mm" dx="210mm" dy="297mm"/>
|
||||
@@ -180,7 +169,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30262"/>
|
||||
<Label-rectangle id="0" width="147.32mm" height="20mm" round="2.8mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="1" ny="13" x0="31.38mm" y0="18.4mm" dx="147.32mm" dy="20mm"/>
|
||||
@@ -195,7 +183,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30262"/>
|
||||
<Label-rectangle id="0" width="78.74mm" height="46.6mm" round="2mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="2" ny="6" x0="25mm" y0="8.7mm" dx="81.38mm" dy="46.6mm"/>
|
||||
@@ -209,7 +196,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30569"/>
|
||||
<Label-rectangle id="0" width="88.9mm" height="127mm" round="0mm" x_waste="2.5mm" y_waste="2mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="2" ny="2" x0="13.6mm" y0="19.3mm" dx="94mm" dy="131.23mm"/>
|
||||
@@ -226,7 +212,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30545"/>
|
||||
<Label-rectangle id="0" width="150mm" height="100mm" round="0mm" x_waste="30mm" y_waste="24mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="1" ny="2" x0="30mm" y0="24.2mm" dx="210mm" dy="148mm"/>
|
||||
@@ -243,7 +228,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30521"/>
|
||||
<Label-rectangle id="0" width="178mm" height="127mm" round="0mm" x_waste="16mm" y_waste="3mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="1" ny="2" x0="16mm" y0="18.4mm" dx="210mm" dy="145.4mm"/>
|
||||
@@ -260,7 +244,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30538"/>
|
||||
<Label-rectangle id="0" width="35mm" height="45mm" round="0mm" x_waste="5mm" y_waste="4mm">
|
||||
<Markup-margin size="0mm"/>
|
||||
<Layout nx="4" ny="5" x0="20mm" y0="20mm" dx="45mm" dy="53mm"/>
|
||||
@@ -275,7 +258,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30705"/>
|
||||
<Label-rectangle id="0" width="199.6mm" height="289.05mm" round="2mm" x_waste="5.2mm" y_waste="4.7mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="1" x0="5.2mm" y0="4.7mm" dx="210mm" dy="298.45mm"/>
|
||||
@@ -289,7 +271,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30729"/>
|
||||
<Label-rectangle id="0" width="99.1mm" height="139mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="2" ny="2" x0="4.7mm" y0="10mm" dx="101.64mm" dy="139mm"/>
|
||||
@@ -303,7 +284,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30743"/>
|
||||
<Label-rectangle id="0" width="99.06mm" height="67.7mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="2" ny="4" x0="4.7mm" y0="13.8mm" dx="101.6mm" dy="67.73mm"/>
|
||||
@@ -317,7 +297,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30767"/>
|
||||
<Label-rectangle id="0" width="99.1mm" height="38.1mm" round="0.2mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="7" x0="3mm" y0="15.9mm" dx="101.6mm" dy="38.1mm"/>
|
||||
@@ -331,21 +310,18 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30781"/>
|
||||
<Label-rectangle id="0" width="63.5mm" height="38.1mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="3" ny="7" x0="7.2mm" y0="15.9mm" dx="66.04mm" dy="38.1mm"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- Geha Z80. Arch file labels. -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Geha" part="Z80" size="A4" _description="Arch file labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30002"/>
|
||||
<Label-rectangle id="0" width="192mm" height="61mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Markup-line x1="172mm" y1="0mm" x2="172mm" y2="61mm"/>
|
||||
@@ -355,14 +331,12 @@
|
||||
|
||||
<Template brand="Geha" part="Z88" equiv="Z80"/>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- Geha Z81. Arch file labels. -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Geha" part="Z81" size="A4" _description="Arch file labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30026"/>
|
||||
<Label-rectangle id="0" width="192mm" height="38mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Markup-line x1="172mm" y1="0mm" x2="172mm" y2="38mm"/>
|
||||
@@ -378,7 +352,6 @@
|
||||
<Template brand="Geha" part="Z90" size="A4" _description="Multipurpose labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30804"/>
|
||||
<Label-rectangle id="0" width="63.5mm" height="29.63mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="3" ny="9" x0="7.2mm" y0="15.1mm" dx="66.04mm" dy="29.63mm"/>
|
||||
@@ -391,7 +364,6 @@
|
||||
<Template brand="Geha" part="Z91" size="A4" _description="Multipurpose labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30828"/>
|
||||
<Label-rectangle id="0" width="45.72mm" height="21.16mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="4" ny="12" x0="9.8mm" y0="21.4mm" dx="48.26mm" dy="21.2mm"/>
|
||||
@@ -404,7 +376,6 @@
|
||||
<Template brand="Geha" part="Z92" size="A4" _description="Multipurpose labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.geha.de/index.php?id=1047&pid=30842"/>
|
||||
<Label-rectangle id="0" width="25.4mm" height="10mm" round="2mm" x_waste="1.2mm" y_waste="0mm">
|
||||
<Markup-margin size="1mm"/>
|
||||
<Layout nx="7" ny="27" x0="8.5mm" y0="13.4mm" dx="27.94mm" dy="10mm"/>
|
||||
|
||||
@@ -157,9 +157,10 @@
|
||||
id %STRING_TYPE; #REQUIRED
|
||||
name %STRING_TYPE; #IMPLIED
|
||||
_name %STRING_TYPE; #IMPLIED
|
||||
pwg_size %STRING_TYPE; #REQUIRED
|
||||
pwg_class %STRING_TYPE; #IMPLIED
|
||||
width %LENGTH_TYPE; #REQUIRED
|
||||
height %LENGTH_TYPE; #REQUIRED
|
||||
type %STRING_TYPE; #IMPLIED
|
||||
>
|
||||
|
||||
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@
|
||||
<Template brand="Mayspies" part="090352" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.mayspies.com/index.php?menu_ID=43"/>
|
||||
<Label-cd id="0" radius="58.5mm" hole="8.5mm" waste="3.2mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="46.5mm" y0="21.43mm" dx="123.4mm" dy="137mm"/>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<Template brand="Micro Application" part="5057" size="A4" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.microapp.com/papier_etiquettes_standard_5057.html"/>
|
||||
<Label-rectangle id="0" width="60.5mm" height="29.6mm" round="0mm" x_waste="1mm" y_waste="1mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="3" ny="8" x0="12mm" y0="23mm" dx="62.5mm" dy="31.6mm"/>
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
<Meta category="business-card"/>
|
||||
<Label-rectangle id="0" width="243.78" height="153.07">
|
||||
<Markup-margin size="5"/>
|
||||
<Layout nx="2" ny="5" x0="48.19" y0="42.50" dx="255.12" dy="157.32"/>
|
||||
<Layout nx="2" ny="5" x0="48.19" y0="42.50" dx="255.12" dy="157.32"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
<Meta category="media"/>
|
||||
<Label-cd id="0" radius="166.5" hole="58.5" waste="5">
|
||||
<Markup-margin size="5"/>
|
||||
<Layout nx="1" ny="2" x0="125" y0="68.890" dx="0" dy="360"/>
|
||||
<Layout nx="1" ny="2" x0="125" y0="68.890" dx="0" dy="360"/>
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
@@ -570,7 +570,7 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="Sigel" part="LA 505" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta category="media"/>
|
||||
<Label-cd id="0" radius="58.5mm" hole="8.5mm" waste="2mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="1" x0="45mm" y0="20mm" dx="123.4mm" dy="123.4mm"/>
|
||||
@@ -625,7 +625,6 @@
|
||||
<Template brand="Sigel" part="DE 160" size="A4" _description="Bottle/jar labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sigel.de/en_gb/Workflow/Labels/118/1406-Labels+for+bottles%2C+to+design+and+customize"/>
|
||||
<Label-rectangle id="0" width="80mm" height="120mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="2" x0="15mm" y0="19.5mm" dx="100mm" dy="138mm"/>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<Template brand="Merax" part="CD labels" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.merax.com/products/Labels/cddvd.html"/>
|
||||
<Label-cd id="0" radius="166.5" hole="58.5" waste="5">
|
||||
<Markup-margin size="5"/>
|
||||
<Layout nx="1" ny="1" x0="33.75" y0="45" dx="0" dy="0"/>
|
||||
|
||||
@@ -230,7 +230,6 @@
|
||||
<Template brand="Southworth" part="BC554" size="US-Letter" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://shop.southworth.com/groups.php?cat=1&group=6"/>
|
||||
<Label-rectangle id="0" width="252" height="144" round="0">
|
||||
<Markup-margin size="5"/>
|
||||
<Layout nx="2" ny="5" x0="36" y0="36" dx="288" dy="144"/>
|
||||
|
||||
+19
-207
File diff suppressed because it is too large
Load Diff
+47
-40
@@ -3,55 +3,62 @@
|
||||
<Glabels-paper-sizes>
|
||||
|
||||
<!-- Most popular (at top of list) -->
|
||||
<Paper-size id="A4" name="A4" pwg_size="iso_a4" width="210mm" height="297mm"/>
|
||||
<Paper-size id="US-Letter" name="US Letter" pwg_size="na_letter" width="8.5in" height="11in"/>
|
||||
<Paper-size id="A4" name="A4" pwg_class="iso" width="210mm" height="297mm" />
|
||||
<Paper-size id="US-Letter" name="US Letter" pwg_class="na" width="8.5in" height="11in" />
|
||||
|
||||
<!-- Other US paper sizes -->
|
||||
<Paper-size id="US-Legal" name="US Legal" pwg_size="na_legal" width="8.5in" height="14in"/>
|
||||
<Paper-size id="US-Executive" name="US Executive" pwg_size="na_executive" width="7.25in" height="10.5in"/>
|
||||
<Paper-size id="US-Legal" name="US Legal" pwg_class="na" width="8.5in" height="14in" />
|
||||
<Paper-size id="US-Executive" name="US Executive" pwg_class="na" width="7.25in" height="10.5in" />
|
||||
|
||||
<!-- Other ISO A series sizes -->
|
||||
<Paper-size id="A0" name="A0" pwg_size="iso_a0" width="841mm" height="1189mm"/>
|
||||
<Paper-size id="A1" name="A1" pwg_size="iso_a1" width="594mm" height="841mm"/>
|
||||
<Paper-size id="A2" name="A2" pwg_size="iso_a2" width="420mm" height="594mm"/>
|
||||
<Paper-size id="A3" name="A3" pwg_size="iso_a3" width="297mm" height="420mm"/>
|
||||
<Paper-size id="A5" name="A5" pwg_size="iso_a5" width="148mm" height="210mm"/>
|
||||
<Paper-size id="A6" name="A6" pwg_size="iso_a6" width="105mm" height="148mm"/>
|
||||
<Paper-size id="A7" name="A7" pwg_size="iso_a7" width="74mm" height="105mm"/>
|
||||
<Paper-size id="A8" name="A8" pwg_size="iso_a8" width="52mm" height="74mm"/>
|
||||
<Paper-size id="A9" name="A9" pwg_size="iso_a9" width="37mm" height="52mm"/>
|
||||
<Paper-size id="A10" name="A10" pwg_size="iso_a10" width="26mm" height="37mm"/>
|
||||
<Paper-size id="A0" name="A0" pwg_class="iso" width="841mm" height="1189mm" />
|
||||
<Paper-size id="A1" name="A1" pwg_class="iso" width="594mm" height="841mm" />
|
||||
<Paper-size id="A2" name="A2" pwg_class="iso" width="420mm" height="594mm" />
|
||||
<Paper-size id="A3" name="A3" pwg_class="iso" width="297mm" height="420mm" />
|
||||
<Paper-size id="A5" name="A5" pwg_class="iso" width="148mm" height="210mm" />
|
||||
<Paper-size id="A6" name="A6" pwg_class="iso" width="105mm" height="148mm" />
|
||||
<Paper-size id="A7" name="A7" pwg_class="iso" width="74mm" height="105mm" />
|
||||
<Paper-size id="A8" name="A8" pwg_class="iso" width="52mm" height="74mm" />
|
||||
<Paper-size id="A9" name="A9" pwg_class="iso" width="37mm" height="52mm" />
|
||||
<Paper-size id="A10" name="A10" pwg_class="iso" width="26mm" height="37mm" />
|
||||
|
||||
<!-- ISO B series sizes -->
|
||||
<Paper-size id="B0" name="B0" pwg_size="iso_b0" width="1000mm" height="1414mm"/>
|
||||
<Paper-size id="B1" name="B1" pwg_size="iso_b1" width="707mm" height="1000mm"/>
|
||||
<Paper-size id="B2" name="B2" pwg_size="iso_b2" width="500mm" height="707mm"/>
|
||||
<Paper-size id="B3" name="B3" pwg_size="iso_b3" width="353mm" height="500mm"/>
|
||||
<Paper-size id="B4" name="B4" pwg_size="iso_b4" width="250mm" height="353mm"/>
|
||||
<Paper-size id="B5" name="B5" pwg_size="iso_b5" width="176mm" height="250mm"/>
|
||||
<Paper-size id="B6" name="B6" pwg_size="iso_b6" width="125mm" height="176mm"/>
|
||||
<Paper-size id="B7" name="B7" pwg_size="iso_b7" width="88mm" height="125mm"/>
|
||||
<Paper-size id="B8" name="B8" pwg_size="iso_b8" width="62mm" height="88mm"/>
|
||||
<Paper-size id="B9" name="B9" pwg_size="iso_b9" width="44mm" height="62mm"/>
|
||||
<Paper-size id="B10" name="B10" pwg_size="iso_b10" width="31mm" height="44mm"/>
|
||||
<Paper-size id="B0" name="B0" pwg_class="iso" width="1000mm" height="1414mm" />
|
||||
<Paper-size id="B1" name="B1" pwg_class="iso" width="707mm" height="1000mm" />
|
||||
<Paper-size id="B2" name="B2" pwg_class="iso" width="500mm" height="707mm" />
|
||||
<Paper-size id="B3" name="B3" pwg_class="iso" width="353mm" height="500mm" />
|
||||
<Paper-size id="B4" name="B4" pwg_class="iso" width="250mm" height="353mm" />
|
||||
<Paper-size id="B5" name="B5" pwg_class="iso" width="176mm" height="250mm" />
|
||||
<Paper-size id="B6" name="B6" pwg_class="iso" width="125mm" height="176mm" />
|
||||
<Paper-size id="B7" name="B7" pwg_class="iso" width="88mm" height="125mm" />
|
||||
<Paper-size id="B8" name="B8" pwg_class="iso" width="62mm" height="88mm" />
|
||||
<Paper-size id="B9" name="B9" pwg_class="iso" width="44mm" height="62mm" />
|
||||
<Paper-size id="B10" name="B10" pwg_class="iso" width="31mm" height="44mm" />
|
||||
|
||||
<!-- Envelopes -->
|
||||
<Paper-size id="number10" name="#10 Envelope" pwg_size="na_number-10" width="4.125in" height="9.5in"/>
|
||||
<Paper-size id="monarch" name="Monarch Envelope" pwg_size="na_monarch" width="3.875in" height="7.5in"/>
|
||||
<Paper-size id="c5" name="C5" pwg_size="iso_c5" width="162mm" height="229mm"/>
|
||||
<Paper-size id="c6" name="C6" pwg_size="iso_c6" width="114mm" height="162mm"/>
|
||||
<Paper-size id="dl" name="DL" pwg_size="iso_dl" width="110mm" height="220mm"/>
|
||||
<Paper-size id="personal" name="Personal" pwg_class="na" width="3.625in" height="6.5in" type="envelope" />
|
||||
<Paper-size id="monarch" name="Monarch" pwg_class="na" width="3.875in" height="7.5in" type="envelope" />
|
||||
<Paper-size id="no9" name="#9" pwg_class="na" width="3.875in" height="8.875in" type="envelope" />
|
||||
<Paper-size id="no10" name="#10" pwg_class="na" width="4.125in" height="9.5in" type="envelope" />
|
||||
<Paper-size id="no11" name="#11" pwg_class="na" width="4.5in" height="10.375in" type="envelope" />
|
||||
<Paper-size id="no12" name="#12" pwg_class="na" width="4.75in" height="11in" type="envelope" />
|
||||
<Paper-size id="no14" name="#14" pwg_class="na" width="5in" height="11.5in" type="envelope" />
|
||||
<Paper-size id="dl" name="DL" pwg_class="iso" width="110mm" height="220mm" type="envelope" />
|
||||
<Paper-size id="c4" name="C4" pwg_class="iso" width="229mm" height="324mm" type="envelope" />
|
||||
<Paper-size id="c5" name="C5" pwg_class="iso" width="162mm" height="229mm" type="envelope" />
|
||||
<Paper-size id="c6" name="C6" pwg_class="iso" width="114mm" height="162mm" type="envelope" />
|
||||
<Paper-size id="b6" name="B6" pwg_class="iso" width="125mm" height="176mm" type="envelope" />
|
||||
|
||||
<!-- ISO 217 -->
|
||||
<Paper-size id="RA0" name="RA0" pwg_size="iso_ra0" width="860mm" height="1220mm"/>
|
||||
<Paper-size id="RA1" name="RA1" pwg_size="iso_ra1" width="610mm" height="860mm"/>
|
||||
<Paper-size id="RA2" name="RA2" pwg_size="iso_ra2" width="430mm" height="610mm"/>
|
||||
<Paper-size id="RA3" name="RA3" pwg_size="iso_ra3" width="305mm" height="430mm"/>
|
||||
<Paper-size id="RA4" name="RA4" pwg_size="iso_ra4" width="215mm" height="305mm"/>
|
||||
<Paper-size id="SRA0" name="SRA0" pwg_size="iso_sra0" width="900mm" height="1280mm"/>
|
||||
<Paper-size id="SRA1" name="SRA1" pwg_size="iso_sra1" width="640mm" height="900mm"/>
|
||||
<Paper-size id="SRA2" name="SRA2" pwg_size="iso_sra2" width="450mm" height="640mm"/>
|
||||
<Paper-size id="SRA3" name="SRA3" pwg_size="iso_sra3" width="320mm" height="450mm"/>
|
||||
<Paper-size id="SRA4" name="SRA4" pwg_size="iso_sra4" width="225mm" height="320mm"/>
|
||||
<Paper-size id="RA0" name="RA0" pwg_class="iso" width="860mm" height="1220mm" />
|
||||
<Paper-size id="RA1" name="RA1" pwg_class="iso" width="610mm" height="860mm" />
|
||||
<Paper-size id="RA2" name="RA2" pwg_class="iso" width="430mm" height="610mm" />
|
||||
<Paper-size id="RA3" name="RA3" pwg_class="iso" width="305mm" height="430mm" />
|
||||
<Paper-size id="RA4" name="RA4" pwg_class="iso" width="215mm" height="305mm" />
|
||||
<Paper-size id="SRA0" name="SRA0" pwg_class="iso" width="900mm" height="1280mm" />
|
||||
<Paper-size id="SRA1" name="SRA1" pwg_class="iso" width="640mm" height="900mm" />
|
||||
<Paper-size id="SRA2" name="SRA2" pwg_class="iso" width="450mm" height="640mm" />
|
||||
<Paper-size id="SRA3" name="SRA3" pwg_class="iso" width="320mm" height="450mm" />
|
||||
<Paper-size id="SRA4" name="SRA4" pwg_class="iso" width="225mm" height="320mm" />
|
||||
|
||||
</Glabels-paper-sizes>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<Template brand="PEARL" part="PE-8004" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8004-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="70mm" height="36mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="8" x0="0mm" y0="4.8mm" dx="70mm" dy="36mm"/>
|
||||
@@ -27,7 +26,6 @@
|
||||
<Template brand="PEARL" part="VM-6085" size="A4" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6085-2204.shtml"/>
|
||||
<Label-round id="0" radius="20mm" waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="4" ny="6" x0="16mm" y0="13.5mm" dx="46mm" dy="46mm"/>
|
||||
@@ -42,7 +40,6 @@
|
||||
<Template brand="PEARL" part="PE-8008" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8008-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="48.4mm" height="25.4mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="4" ny="10" x0="8mm" y0="21.5mm" dx="48.4mm" dy="25.4mm"/>
|
||||
@@ -57,7 +54,6 @@
|
||||
<Template brand="PEARL" part="PE-8007" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8007-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -72,7 +68,6 @@
|
||||
<Template brand="PEARL" part="PE-8350" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8350-2010.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -87,7 +82,6 @@
|
||||
<Template brand="PEARL" part="PE-8351" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8351-2200.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -103,8 +97,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
|
||||
<Meta product_url="http://www.pearl.de/a-VM5040-2002.shtml"/>
|
||||
<Label-rectangle id="0" width="45mm" height="55mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="4" x0="27mm" y0="22.5mm" dx="55mm" dy="65mm"/>
|
||||
@@ -119,7 +111,6 @@
|
||||
<Template brand="PEARL" part="VM-5081" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5081-2200.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -134,7 +125,6 @@
|
||||
<Template brand="PEARL" part="VM-5217" size="A4" _description="Bottle/jar labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5217-2200.shtml"/>
|
||||
<Label-rectangle id="0" width="100mm" height="130mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="2" x0="4.5mm" y0="14mm" dx="107mm" dy="130mm"/>
|
||||
@@ -149,7 +139,6 @@
|
||||
<Template brand="PEARL" part="VM-5220" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5220-2200.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -164,7 +153,6 @@
|
||||
<Template brand="PEARL" part="VM-5221" size="A4" _description="Floppy disk labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5221-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="70mm" height="70mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="4" x0="0mm" y0="8.5mm" dx="70mm" dy="70mm"/>
|
||||
@@ -179,7 +167,6 @@
|
||||
<Template brand="PEARL" part="VM-6083" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6083-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="25.4mm" height="16.9mm" round="1.5mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="7" ny="16" x0="9mm" y0="13mm" dx="27.9mm" dy="16.9mm"/>
|
||||
@@ -194,7 +181,6 @@
|
||||
<Template brand="PEARL" part="VM-6096" size="A6" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6096-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="105mm" height="148mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="105mm" dy="148mm"/>
|
||||
@@ -209,7 +195,6 @@
|
||||
<Template brand="PEARL" part="VM-6097" size="A5" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6097-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="148mm" height="210mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="148mm" dy="210mm"/>
|
||||
@@ -225,7 +210,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6102-2202.shtml"/>
|
||||
<Label-rectangle id="0" width="45mm" height="55mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="4" x0="27mm" y0="23.5mm" dx="55mm" dy="65mm"/>
|
||||
@@ -241,7 +225,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6206-2202.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="210mm" dy="297mm"/>
|
||||
@@ -256,7 +239,6 @@
|
||||
<Template brand="PEARL" part="VM-6232" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6232-2201.shtml"/>
|
||||
<Label-rectangle id="0" width="96.5mm" height="42.1mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="2" ny="6" x0="8.5mm" y0="21mm" dx="96.5mm" dy="42.1mm"/>
|
||||
@@ -271,7 +253,6 @@
|
||||
<Template brand="PEARL" part="VM-6233" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6233-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="105mm" height="74mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="4" x0="0mm" y0="0.5mm" dx="105mm" dy="74mm"/>
|
||||
@@ -286,7 +267,6 @@
|
||||
<Template brand="PEARL" part="VM-6234" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6234-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="99.1mm" height="57mm" round="2.5mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="5mm" y0="6mm" dx="102.1mm" dy="57mm"/>
|
||||
@@ -301,7 +281,6 @@
|
||||
<Template brand="PEARL" part="VM-6252" size="A4" _description="Full-page labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6252-2202.shtml"/>
|
||||
<Label-rectangle id="0" width="210mm" height="297mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="0mm" y0="0mm" dx="0mm" dy="297mm"/>
|
||||
@@ -316,7 +295,6 @@
|
||||
<Template brand="PEARL" part="VM-6398" size="A4" _description="SD card labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6398-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="19.6mm" height="25mm" round="1.2mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="1.5mm"/>
|
||||
<Layout nx="9" ny="10" x0="4.5mm" y0="10mm" dx="22.6mm" dy="28mm"/>
|
||||
@@ -329,7 +307,6 @@
|
||||
<Template brand="PEARL" part="VM-8005" size="A4" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-PE8005-2204.shtml"/>
|
||||
<Label-rectangle id="0" width="105mm" height="41mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="7" x0="0mm" y0="5mm" dx="105mm" dy="41mm"/>
|
||||
@@ -345,7 +322,6 @@
|
||||
<Template brand="PEARL" part="VM-6630" size="A4" _description="DVD insert">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6630-2211.shtml"/>
|
||||
<Label-rectangle id="0" width="182mm" height="276mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-rect x1="2mm" y1="2mm" w="178mm" h="128mm"/>
|
||||
<Markup-rect x1="2mm" y1="146mm" w="178mm" h="128mm"/>
|
||||
@@ -362,7 +338,6 @@
|
||||
<Template brand="PEARL" part="VM-5513-1" size="A4" _description="CD/DVD insert (front)">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5513-2214.shtml"/>
|
||||
<Label-rectangle id="0" width="120mm" height="120mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="1" x0="61mm" y0="24mm" dx="130mm" dy="130mm"/>
|
||||
@@ -376,7 +351,6 @@
|
||||
<Template brand="PEARL" part="VM-5513-2" size="A4" _description="CD/DVD insert (back)">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5513-2214.shtml"/>
|
||||
<Label-rectangle id="0" width="150mm" height="117.5mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-rect x1="8mm" y1="2mm" w="134mm" h="113.5mm"/>
|
||||
<Markup-line x1="6mm" y1="0mm" x2="6mm" y2="117.5mm"/>
|
||||
@@ -395,7 +369,6 @@
|
||||
<Template brand="Sattleford" part="VM-5019" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5019-2014.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54.2mm" round="0mm" x_waste="5mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="13.5mm" y0="13.5mm" dx="95mm" dy="54.2mm"/>
|
||||
@@ -411,7 +384,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5040-2002.shtml"/>
|
||||
<Label-rectangle id="0" width="45mm" height="54.5mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="4" x0="28mm" y0="24.5mm" dx="55mm" dy="64.5mm"/>
|
||||
@@ -426,7 +398,6 @@
|
||||
<Template brand="Sattleford" part="VM-5061" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5061-2014.shtml"/>
|
||||
<Label-rectangle id="0" width="86mm" height="53.8mm" round="0mm" x_waste="2.5mm" y_waste="1mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="16.5mm" y0="10mm" dx="91mm" dy="55.8mm"/>
|
||||
@@ -441,7 +412,6 @@
|
||||
<Template brand="Sattleford" part="VM-6059" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6059-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="5mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="16mm" y0="14mm" dx="95mm" dy="54mm"/>
|
||||
@@ -456,7 +426,6 @@
|
||||
<Template brand="Sattleford" part="VM-6066" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6066-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="5mm" y_waste="0mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="2" ny="5" x0="14mm" y0="13mm" dx="95mm" dy="54mm"/>
|
||||
@@ -471,7 +440,6 @@
|
||||
<Template brand="Sattleford" part="VM-6067" size="A4" _description="Name plates">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6067-5026.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="5mm" y_waste="0mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="15mm" y0="13mm" dx="95mm" dy="54mm"/>
|
||||
@@ -487,7 +455,6 @@
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta category="photo"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6102-2202.shtml"/>
|
||||
<Label-rectangle id="0" width="45mm" height="55mm" round="0mm" x_waste="5mm" y_waste="5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="3" ny="4" x0="27mm" y0="23.5mm" dx="55mm" dy="65mm"/>
|
||||
@@ -503,7 +470,6 @@
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6200-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="180mm" height="50mm" round="3mm" x_waste="0mm" y_waste="2.5mm">
|
||||
<Markup-rect x1="3.2mm" y1="3.2mm" w="83.6mm" h="43.6mm"/>
|
||||
<Markup-rect x1="93.2mm" y1="3.2mm" w="83.6mm" h="43.6mm"/>
|
||||
@@ -518,7 +484,6 @@
|
||||
<Template brand="Sattleford" part="VM-6253" size="A4" _description="Business cards">
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6253-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54mm" round="0mm" x_waste="1mm" y_waste="2.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="5" x0="16.5mm" y0="6mm" dx="90mm" dy="55.5mm"/>
|
||||
@@ -534,7 +499,6 @@
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6356-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="170mm" height="54mm" round="0mm" x_waste="0mm" y_waste="0mm">
|
||||
<Markup-rect x1="3.2mm" y1="3.2mm" w="78.6mm" h="47.6mm"/>
|
||||
<Markup-rect x1="88.2mm" y1="3.2mm" w="78.6mm" h="47.6mm"/>
|
||||
@@ -553,7 +517,6 @@
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta category="foldable"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6700-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="180mm" height="50mm" round="0mm" x_waste="0mm" y_waste="2.5mm">
|
||||
<Markup-rect x1="3.2mm" y1="3.2mm" w="83.6mm" h="43.6mm"/>
|
||||
<Markup-rect x1="93.2mm" y1="3.2mm" w="83.6mm" h="43.6mm"/>
|
||||
@@ -570,7 +533,6 @@
|
||||
<Template brand="Sattleford" part="VM-6084" size="A4" _description="Elliptical labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6084-2204.shtml"/>
|
||||
<Label-ellipse id="0" width="63.5mm" height="42.3mm" waste="0mm">
|
||||
<Markup-margin size="2mm"/>
|
||||
<Layout nx="3" ny="6" x0="7.25mm" y0="11.6mm" dx="66mm" dy="46.3mm"/>
|
||||
@@ -588,7 +550,6 @@
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta print="mirrored"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM5112-2411.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="54.25mm" round="3.5mm" x_waste="7mm" y_waste="7.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="4" x0="12mm" y0="21mm" dx="100mm" dy="68.75mm"/>
|
||||
@@ -604,7 +565,6 @@
|
||||
<Meta category="card"/>
|
||||
<Meta category="business-card"/>
|
||||
<Meta print="mirrored"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6310-2013.shtml"/>
|
||||
<Label-rectangle id="0" width="85mm" height="53.5mm" round="2.5mm" x_waste="7.5mm" y_waste="7.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="2" ny="4" x0="12mm" y0="18mm" dx="100mm" dy="69mm"/>
|
||||
@@ -620,7 +580,6 @@
|
||||
<Template brand="Your Design" part="VM-6352" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6352-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="17.9mm" waste="1.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -634,7 +593,6 @@
|
||||
<Template brand="Your Design" part="VM-6353" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6353-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="8.9mm" waste="1.5mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -648,7 +606,6 @@
|
||||
<Template brand="Your Design" part="VM-6354" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6354-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="18mm" waste="1.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -662,7 +619,6 @@
|
||||
<Template brand="Your Design" part="VM-6355" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6355-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="8.9mm" waste="1.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -676,7 +632,6 @@
|
||||
<Template brand="Your Design" part="VM-6542" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6542-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="8.9mm" waste="3.175mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="2" x0="46mm" y0="25mm" dx="123.75mm" dy="128mm"/>
|
||||
@@ -689,7 +644,6 @@
|
||||
<Template brand="Your Design" part="VM-6754" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6754-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="18mm" waste="3.175mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="2" x0="46.5mm" y0="20.5mm" dx="123.75mm" dy="138mm"/>
|
||||
@@ -702,7 +656,6 @@
|
||||
<Template brand="Your Design" part="VM-6852" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6852-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="17.9mm" waste="1.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -716,7 +669,6 @@
|
||||
<Template brand="PEARL" part="VM-6853" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6853-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="8.9mm" waste="1.5mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
@@ -730,7 +682,6 @@
|
||||
<Template brand="Your Design" part="VM-6854" size="A4" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.pearl.de/a-VM6854-2213.shtml"/>
|
||||
<Label-cd id="0" radius="58.7mm" hole="18mm" waste="1.5mm">
|
||||
<Markup-margin size="3.2mm"/>
|
||||
<Layout nx="1" ny="2" x0="3mm" y0="3mm" dx="120.4mm" dy="173mm"/>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,11 +2,10 @@
|
||||
|
||||
<Glabels-templates>
|
||||
|
||||
|
||||
|
||||
<!-- ******************************************************************** -->
|
||||
<!-- Sheetlabels products. -->
|
||||
<!-- ******************************************************************** -->
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 4 per sheet -->
|
||||
@@ -14,21 +13,18 @@
|
||||
<Template brand="SheetLabels" part="SL1" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL1"/>
|
||||
<Label-rectangle id="0" width="5.5in" height="2.25in" round="0.2in" x_waste="1in" y_waste="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="1" ny="4" x0="1.5in" y0="0.625in" dx="7.5in" dy="2.5in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 4 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL10" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL10"/>
|
||||
<Label-rectangle id="0" width="109.5mm" height="50.8mm" round="5mm" x_waste="9mm" y_waste="9mm">
|
||||
<Markup-margin size="3.175mm"/>
|
||||
<Layout nx="1" ny="4" x0="53.2mm" y0="12.7mm" dx="127.5mm" dy="68.8mm"/>
|
||||
@@ -41,7 +37,6 @@
|
||||
<Template brand="SheetLabels" part="SL100" size="US-Letter" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL100"/>
|
||||
<Label-rectangle id="0" width="2.625in" height="1in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="3" ny="10" x0="0.1875in" y0="0.5in" dx="2.75in" dy="1in"/>
|
||||
@@ -54,7 +49,6 @@
|
||||
<Template brand="SheetLabels" part="SL101" size="US-Letter" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL101"/>
|
||||
<Label-rectangle id="0" width="4in" height="1.333333333in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="2" ny="7"
|
||||
@@ -68,7 +62,6 @@
|
||||
<Template brand="SheetLabels" part="SL102" size="US-Letter" _description="Shipping labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL102"/>
|
||||
<Label-rectangle id="0" width="4in" height="2in" round="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="5" x0="0.1625in" y0="0.5in" dx="4.1875in" dy="2in"/>
|
||||
@@ -81,7 +74,6 @@
|
||||
<Template brand="SheetLabels" part="SL103" size="US-Letter" _description="Shipping labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL103"/>
|
||||
<Label-rectangle id="0" width="4in" height="3.333333333in" round="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0.15625in" y0="0.5in" dx="4.1875in" dy="3.333333333in"/>
|
||||
@@ -94,7 +86,6 @@
|
||||
<Template brand="SheetLabels" part="SL104" size="US-Letter" _description="Shipping labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL104"/>
|
||||
<Label-rectangle id="0" width="4in" height="3.333333333in" round="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0.15625in" y0="0.5in" dx="4.1875in" dy="3.333333333in"/>
|
||||
@@ -107,7 +98,6 @@
|
||||
<Template brand="SheetLabels" part="SL105" size="US-Letter" _description="Return address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL105"/>
|
||||
<Label-rectangle id="0" width="1.75in" height="0.5in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="4" ny="20" x0="0.28125in" y0="0.5in" dx="2.0625in" dy="0.5in"/>
|
||||
@@ -120,7 +110,6 @@
|
||||
<Template brand="SheetLabels" part="SL107" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL107"/>
|
||||
<Label-round id="0" radius="0.8125in" waste="0pt">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="4" ny="6" x0="0.4157in" y0="0.549in" dx="2.0145in" dy="1.6554in"/>
|
||||
@@ -133,7 +122,6 @@
|
||||
<Template brand="SheetLabels" part="SL108" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL108"/>
|
||||
<Label-round id="0" radius="1.25in" waste="0pt">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="3" ny="4" x0="0.21in" y0="0.425in" dx="2.75in" dy="2.515in"/>
|
||||
@@ -145,7 +133,6 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL109" size="US-Letter" _description="Filing labels">
|
||||
<Meta category="label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL109"/>
|
||||
<Label-rectangle id="0" width="3.4375in" height="0.666666667in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="2" ny="15" x0="0.53125in" y0="0.5in" dx="4in" dy="0.666666667in"/>
|
||||
@@ -157,7 +144,6 @@
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL11" size="US-Letter" _description="Shipping labels">
|
||||
<Meta category="label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL11"/>
|
||||
<Label-rectangle id="0" width="2.3125in" height="1.4375in" round="0in" x_waste="0.125in" y_waste="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="3" ny="6" x0="0.53125in" y0="0.563in" dx="2.5625in" dy="1.688in"/>
|
||||
@@ -170,7 +156,6 @@
|
||||
<Template brand="SheetLabels" part="SL110" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL110"/>
|
||||
<Label-cd id="0" radius="166.5pt" hole="58.5pt" waste="9pt">
|
||||
<Markup-margin size="9pt"/>
|
||||
<Layout nx="1" ny="2" x0="144pt" y0="36pt" dx="351pt" dy="396pt"/>
|
||||
@@ -183,7 +168,6 @@
|
||||
<Template brand="SheetLabels" part="SL113" size="US-Letter" _description="CD/DVD labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL113"/>
|
||||
<Label-cd id="0" radius="166.5pt" hole="58.5pt" waste="9pt">
|
||||
<Markup-margin size="9pt"/>
|
||||
<Layout nx="1" ny="1" x0="0.7cm" y0="0.7cm" dx="0pt" dy="0cm"/>
|
||||
@@ -198,7 +182,6 @@
|
||||
<Template brand="SheetLabels" part="SL114" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL114"/>
|
||||
<Label-round id="0" radius="0.5in" waste="0.061in">
|
||||
<Markup-margin size="0.061in"/>
|
||||
<Layout nx="7" ny="9" x0="0.375in" y0="0.5in" dx="1.125in" dy="1.125in"/>
|
||||
@@ -211,7 +194,6 @@
|
||||
<Template brand="SheetLabels" part="SL115" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL115"/>
|
||||
<Label-round id="0" radius="0.375in" waste="0.031in">
|
||||
<Markup-margin size="0.06in"/>
|
||||
<Layout nx="9" ny="12" x0="0.625in" y0="0.656in" dx="0.812in" dy="0.812in"/>
|
||||
@@ -224,7 +206,6 @@
|
||||
<Template brand="SheetLabels" part="SL116" size="US-Letter" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL116"/>
|
||||
<Label-rectangle id="0" width="4in" height="1.5in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="2" ny="6" x0="0.1875in" y0="1in" dx="4.125in" dy="1.5in"/>
|
||||
@@ -237,7 +218,6 @@
|
||||
<Template brand="SheetLabels" part="SL121" size="US-Letter" _description="Diskette labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL121"/>
|
||||
<Label-rectangle id="0" width="2.75in" height="2.75in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="3" ny="3" x0="0.125in" y0="0.5in" dx="2.75in" dy="3in"/>
|
||||
@@ -251,7 +231,6 @@
|
||||
_description="CD/DVD labels (disc labels)">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL122"/>
|
||||
<Label-cd id="0" radius="2.3125in" hole="0.8125in" waste="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Markup-line x1="0" y1="2.3125in" x2="1.5in" y2="2.3125in"/>
|
||||
@@ -262,20 +241,17 @@
|
||||
</Label-cd>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Round labels, 20 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL123" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL123"/>
|
||||
<Label-round id="0" radius="1in" waste="0.03in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="4" ny="5" x0="0.156in" y0="0.375in" dx="2.062in" dy="2.062in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Round labels, 30 per sheet -->
|
||||
@@ -283,49 +259,42 @@
|
||||
<Template brand="SheetLabels" part="SL125" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL125"/>
|
||||
<Label-round id="0" radius="0.75in" waste="0.062in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="5" ny="6" x0="0.25in" y0="0.5in" dx="1.625in" dy="1.7in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Round labels, 6 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL128" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL128"/>
|
||||
<Label-round id="0" radius="1.75in" waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0.5in" y0="0.2in" dx="4in" dy="3.55in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Round labels, 1 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL129" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL129"/>
|
||||
<Label-round id="0" radius="2.75in" waste="1.5in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="1" ny="1" x0="1.5in" y0="2.75in" dx="8.5in" dy="5.5in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 4 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL145" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL145"/>
|
||||
<Label-rectangle id="0" width="3.5in" height="5in" round="0.1in" x_waste="0.25in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="2" x0="0.5in" y0="0.5in" dx="4in" dy="5in"/>
|
||||
@@ -338,13 +307,11 @@
|
||||
<Template brand="SheetLabels" part="SL200" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL200"/>
|
||||
<Label-round id="0" radius="1.969in" waste="0.03in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="2" x0="0.28125in" y0="1.531in" dx="4in" dy="4in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Elliptical labels, 10 per sheet -->
|
||||
@@ -352,28 +319,24 @@
|
||||
<Template brand="SheetLabels" part="SL201" size="US-Letter" _description="Bottle/jar labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="elliptical-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL201"/>
|
||||
<Label-ellipse id="0" width="3.937in" height="1.937in" waste="0.03in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="5" x0="0.281in" y0="0.531in" dx="4in" dy="2in"/>
|
||||
</Label-ellipse>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Round labels, 6 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL228" size="US-Letter" _description="Round labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="round-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL228"/>
|
||||
<Label-round id="0" radius="1.5in" waste="0.25in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0.75in" y0="0.5in" dx="4in" dy="3.5in"/>
|
||||
</Label-round>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: VCR labels, 1_7/8'' x 3_1/16'', 10 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
@@ -381,27 +344,23 @@
|
||||
_description="Video tape face labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL302"/>
|
||||
<Label-rectangle id="0" width="220" height="133" round="5">
|
||||
<Markup-margin size="5"/>
|
||||
<Layout nx="2" ny="5" x0="80" y0="60.5" dx="236" dy="133"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Bottle labels, 3 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL303" size="US-Letter" _description="Bottle/jar labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL303"/>
|
||||
<Label-rectangle id="0" width="7in" height="3in" round="0.1in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="1" ny="3" x0="0.75in" y0="1in" dx="7in" dy="3in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Bottle labels, 5 per sheet -->
|
||||
@@ -409,13 +368,11 @@
|
||||
<Template brand="SheetLabels" part="SL304" size="US-Letter" _description="Bottle/jar labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL304"/>
|
||||
<Label-rectangle id="0" width="8.5in" height="2in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="1" ny="5" x0="0in" y0="0.5in" dx="8.5in" dy="2in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 2 per sheet -->
|
||||
@@ -423,13 +380,11 @@
|
||||
<Template brand="SheetLabels" part="SL517" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL517"/>
|
||||
<Label-rectangle id="0" width="6.5in" height="4.5in" round="0.375in" x_waste="0in" y_waste="0.343in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="1" ny="2" x0="1in" y0="0.656in" dx="6.5in" dy="5.1875in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 4 per sheet -->
|
||||
@@ -437,63 +392,54 @@
|
||||
<Template brand="SheetLabels" part="SL522" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL522"/>
|
||||
<Label-rectangle id="0" width="4in" height="5in" round="0.16in" x_waste="0.09in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="2" x0="0.125in" y0="0.5in" dx="4.19in" dy="5in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 5 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL527" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL527"/>
|
||||
<Label-rectangle id="0" width="8in" height="2in" round="0in" x_waste="0.1in" y_waste="0in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="1" ny="5" x0="0.25in" y0="0.5in" dx="8.2in" dy="2in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 10 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL529" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL529"/>
|
||||
<Label-rectangle id="0" width="8in" height="1in" round="0in" x_waste="0.1in" y_waste="0in">
|
||||
<Markup-margin size="0.06in"/>
|
||||
<Layout nx="1" ny="10" x0="0.25in" y0="0.5in" dx="8.2in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 6 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL530" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL5"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="3.665in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0in" y0="0in" dx="4.25in" dy="3.665in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Mailing labels, 10 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL540" size="US-Letter" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL540"/>
|
||||
<Label-rectangle id="0" width="4.25in" height="2in" round="0in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="2" ny="5" x0="0in" y0="0.5in" dx="4.25in" dy="2in"/>
|
||||
@@ -506,21 +452,18 @@
|
||||
<Template brand="SheetLabels" part="SL550" size="US-Letter" _description="Address labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL550"/>
|
||||
<Label-rectangle id="0" width="4in" height="1in" round="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Layout nx="2" ny="10" x0="0.15625in" y0="0.5in" dx="4.1875in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 21 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL552" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL552"/>
|
||||
<Label-rectangle id="0" width="2.833in" height="1.5in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="3" ny="7" x0="0in" y0="0.25in" dx="2.833in" dy="1.5in"/>
|
||||
@@ -533,21 +476,18 @@
|
||||
<Template brand="SheetLabels" part="SL556" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL556"/>
|
||||
<Label-rectangle id="0" width="2in" height="1in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="4" ny="10" x0="0.25in" y0="0.5in" dx="2in" dy="1in"/>
|
||||
</Label-rectangle>
|
||||
</Template>
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- SheetLabels: Rectangular labels, 50 per sheet -->
|
||||
<!-- =================================================================== -->
|
||||
<Template brand="SheetLabels" part="SL559" size="US-Letter" _description="Rectangular labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="rectangle-label"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL559"/>
|
||||
<Label-rectangle id="0" width="1.5in" height="1in" round="0in" x_waste="0in" y_waste="0in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="5" ny="10" x0="0.5in" y0="0.5in" dx="1.5in" dy="1in"/>
|
||||
@@ -561,7 +501,6 @@
|
||||
_description="CD/DVD labels (disc labels)">
|
||||
<Meta category="label"/>
|
||||
<Meta category="media"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL563"/>
|
||||
<Label-cd id="0" radius="2.3125in" hole="0.8125in" waste="0.0625in">
|
||||
<Markup-margin size="0.0625in"/>
|
||||
<Markup-line x1="0" y1="2.3125in" x2="1.5in" y2="2.3125in"/>
|
||||
@@ -578,7 +517,6 @@
|
||||
<Template brand="SheetLabels" part="SL573" size="US-Letter" _description="Mailing labels">
|
||||
<Meta category="label"/>
|
||||
<Meta category="mail"/>
|
||||
<Meta product_url="http://www.sheet-labels.com/labels/SL573"/>
|
||||
<Label-rectangle id="0" width="4in" height="3in" round="0.125in">
|
||||
<Markup-margin size="0.125in"/>
|
||||
<Layout nx="2" ny="3" x0="0.19in" y0="1.in" dx="4.125in" dy="3in"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -15,13 +15,17 @@ el
|
||||
en_GB
|
||||
eo
|
||||
es
|
||||
et
|
||||
fi
|
||||
fr
|
||||
gl
|
||||
gu_IN
|
||||
hi_IN
|
||||
hu
|
||||
id
|
||||
it
|
||||
ja
|
||||
kab
|
||||
ko
|
||||
lv
|
||||
nb
|
||||
|
||||
@@ -271,6 +271,33 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>GenericTemplate</name>
|
||||
<message>
|
||||
<source>Generic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 full-page labels</source>
|
||||
<extracomment>%1 = page size. (e.g. A4)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 envelope</source>
|
||||
<extracomment>%1 = envelope size. (e.g. DL)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 half-page labels</source>
|
||||
<extracomment>%1 = page size. (e.g. A4)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 quarter-page labels</source>
|
||||
<extracomment>%1 = page size. (e.g. A4)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MergeView</name>
|
||||
<message>
|
||||
|
||||
+671
-669
File diff suppressed because it is too large
Load Diff
+664
-662
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
@@ -287,7 +287,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Records</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Registros</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Select all</source>
|
||||
@@ -299,7 +299,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Browse...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Examinar…</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -366,7 +366,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Editor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Editor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Barcode</source>
|
||||
|
||||
+13
-13
@@ -5,7 +5,7 @@
|
||||
<name>AboutDialog</name>
|
||||
<message>
|
||||
<source>About gLabels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rakenduse teave: gLabels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&License</source>
|
||||
@@ -2755,19 +2755,19 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>HIBC MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>HIBC MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NVE-18 (SSCC-18)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NVE-18 (SSCC-18)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PDF417 Compact</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>PDF417 kompaktne</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pharmazentralnummer (PZN)</source>
|
||||
@@ -2775,7 +2775,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kanali kood</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code 2 of 5 Industrial</source>
|
||||
@@ -2787,7 +2787,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>EAN-14</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>EAN-14</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Omnidirectional</source>
|
||||
@@ -2795,19 +2795,19 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Han Xin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Han Xin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flattermarken</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Flattermarken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DPD Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>DPD kood</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>POSTNET</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>POSTNET</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Royal Mail 4-State Mailmark</source>
|
||||
@@ -2843,7 +2843,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>BC412 (SEMI TI-95)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>BC412 (SEMI TI-95)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2890,7 +2890,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>More detailed version information.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Üksikasjalikum versiooniteave.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+54
-54
@@ -521,31 +521,31 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Grid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Griglia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure grid behavior.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Configura il comportamento della griglia.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Origin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Origine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Centro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spacing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Spaziatura</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top left corner</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Angolo in alto a sinistra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ripristino</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -624,15 +624,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Destination</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Destinazione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Print</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stampa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use system print dialog...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Usa la finestra di stampa di sistema...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -703,7 +703,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Select another product for this gLabels project.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Seleziona un altro prodotto per questo progetto gLabels.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -809,7 +809,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Label size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dimensione dell’etichetta:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Layout:</source>
|
||||
@@ -893,7 +893,7 @@
|
||||
<name>TemplateDesignerContinuousPage</name>
|
||||
<message>
|
||||
<source>Click "Cancel" to quit, or click "Back" to begin with a different product.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fai clic su "Annulla" per uscire, oppure su "Indietro" per iniziare con un prodotto diverso.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -935,7 +935,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>This dialog will help you create a custom product template. Let's get started:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Questa finestra di dialogo ti aiuterà a creare un modello di prodotto personalizzato. Iniziamo:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1046,7 +1046,7 @@
|
||||
<name>TemplateDesignerPathPage</name>
|
||||
<message>
|
||||
<source>Click "Cancel" to quit, or click "Back" to begin with a different product.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Clicca su "Annulla" per uscire, oppure su "Indietro" per iniziare con un prodotto diverso.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1223,15 +1223,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Add variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aggiungi variabile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit selected variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Modifica la variabile selezionata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete selected variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Elimina la variabile selezionata</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1357,7 +1357,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Drop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rilascia</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2123,19 +2123,19 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Print to file (PDF)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stampa su file (PDF)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PDF files (*.pdf);;All files (*)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>File PDF (*.pdf);;Tutti i file (*)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 esiste già.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Do you want to overwrite it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vuoi sovrascriverlo?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2607,7 +2607,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>DAFT Code</source>
|
||||
<translation type="unfinished">Codice DAFT</translation>
|
||||
<translation>Codice DAFT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Matrix</source>
|
||||
@@ -2723,123 +2723,123 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Aztec Runes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rune azteche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CEPNet (Brazilian Post)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>CEPNet (Posta Brasiliana)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Codablock-F</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Codablock-F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code 2 of 5 Standard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Code 2 of 5 Standard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Stacked</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar Impilato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Stacked Omni.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar Impilato Omni.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Expanded Stacked</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar Espanso Impilato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>HIBC MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>HIBC MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NVE-18 (SSCC-18)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NVE-18 (SSCC-18)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PDF417 Compact</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>PDF417 Compact</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pharmazentralnummer (PZN)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Numero centrale farmaceutico (PZN)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Codice canale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code 2 of 5 Industrial</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Code 2 of 5 Industrial</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DotCode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>DotCode</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>EAN-14</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>EAN-14</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Omnidirectional</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar Omnidirezionale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Han Xin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Han Xin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flattermarken</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Etichette irregolari</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DPD Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Codice DPD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>POSTNET</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>POSTNET</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Royal Mail 4-State Mailmark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Royal Mail Mailmark a 4 stati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>UPU S10</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>UPU S10</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FIM (Facing ID Mark)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>FIM (Marcatura di orientamento)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>rMQR (Rectangular Micro QR)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>rMQR (Micro QR Rettangolare)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Royal Mail 4-State Customer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Royal Mail 4-State Customer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VIN (Vehicle ID Number)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>VIN (Numero di identificazione del veicolo)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>HIBC Codablock-F</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>HIBC Codablock-F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Royal Mail 2-D Mailmark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Royal Mail 2-D Mailmark</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>BC412 (SEMI TI-95)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>BC412 (SEMI TI-95)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
||||
+671
-669
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+369
-481
File diff suppressed because it is too large
Load Diff
+555
-555
File diff suppressed because it is too large
Load Diff
+364
-364
File diff suppressed because it is too large
Load Diff
+525
-525
File diff suppressed because it is too large
Load Diff
@@ -521,31 +521,31 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Grid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Grade</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure grid behavior.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Configura o comportamento de grade.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Origin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Origem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Centro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Spacing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Espaçamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top left corner</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Canto esquerdo-superior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Redefinir</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -624,15 +624,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Destination</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Destino</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Print</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Imprimir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use system print dialog...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Usa o diálogo de impressão do sistema...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -703,7 +703,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Select another product for this gLabels project.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Selecione outro produto para este projeto gLabels.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -785,39 +785,39 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Product information</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Informações do produto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Fornecedor:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TextLabel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rótulo de texto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Part #:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Número:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Description:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Descrição:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Page size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tamanho da página:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tamanho do rótulo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Layout:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Layout:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Select</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Selecionar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -893,7 +893,7 @@
|
||||
<name>TemplateDesignerContinuousPage</name>
|
||||
<message>
|
||||
<source>Click "Cancel" to quit, or click "Back" to begin with a different product.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Clique em "Cancelar" para sair ou clique em "Voltar" para começar com um produto diferente.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -935,7 +935,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>This dialog will help you create a custom product template. Let's get started:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Estw diálogo vai te ajudar a criar um modelo de produto personalizado. Vamos começar:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1046,7 +1046,7 @@
|
||||
<name>TemplateDesignerPathPage</name>
|
||||
<message>
|
||||
<source>Click "Cancel" to quit, or click "Back" to begin with a different product.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Clique em "Cancelar" para sair ou clique em "Voltar" para começar com um produto diferente.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1223,15 +1223,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Add variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adicionar variável</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Edit selected variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Editar variável selecionada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete selected variable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Excluir variável selecionada</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1357,7 +1357,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Drop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Soltar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1914,11 +1914,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Center Both</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Centralizar ambos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center objects in label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Centralizar objetos em uma etiqueta</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2123,19 +2123,19 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Print to file (PDF)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Imprimir para arquivo (PDF)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PDF files (*.pdf);;All files (*)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arquivos PDF (*.pdf);;Todos arquivos (*)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%1 already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 já existe.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Do you want to overwrite it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Você deseja sobrescrevê-lo?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2176,11 +2176,11 @@
|
||||
<name>glabels::SelectProductDialog</name>
|
||||
<message>
|
||||
<source>List View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Visão de lista</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Grid View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Visão de grade</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2723,87 +2723,87 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Aztec Runes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ruínas astecas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CEPNet (Brazilian Post)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>CEPNet (Correios do Brasil)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Codablock-F</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Codablock-F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code 2 of 5 Standard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Código 2 de 5 padrão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Stacked</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar empilhado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Stacked Omni.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar omnidirecional empilhado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Expanded Stacked</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar expandido empilhado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>HIBC MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>HIBC MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MicroPDF417</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>MicroPDF417</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NVE-18 (SSCC-18)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NVE-18 (SSCC-18)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PDF417 Compact</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>PDF417 compacto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pharmazentralnummer (PZN)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pharmazentralnummer (PZN)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Código Channel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code 2 of 5 Industrial</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Código 2 de 5 industrial</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DotCode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>DotCode</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>EAN-14</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>EAN-14</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GS1 DataBar Omnidirectional</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>GS1 DataBar omnidirectional</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Han Xin</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Han Xin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flattermarken</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Flattermarken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DPD Code</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Código DPD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>POSTNET</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>POSTNET</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Royal Mail 4-State Mailmark</source>
|
||||
|
||||
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+653
-651
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
+671
-669
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="da">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="da">
|
||||
<context>
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
@@ -15,11 +17,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file inserts</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Arch-filindlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Arch-filetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Barcode labels</source>
|
||||
@@ -39,23 +41,23 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-brochure</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (rightside up)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etui (op i højre side)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (upside down)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etui (på hovedet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etuibrochure</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etuietiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD center hub labels</source>
|
||||
@@ -67,19 +69,19 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etiketter (disketiketter)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etiketter (kun disk)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (rectangles)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etiketter (rektangler)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etiketter (kun ryg)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD or other media</source>
|
||||
@@ -87,7 +89,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD tray</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-bakke</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candy labels</source>
|
||||
@@ -95,7 +97,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Cassette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kassetteetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Coffee and tea labels</source>
|
||||
@@ -103,11 +105,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Correction labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Korrektionsetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DLT labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>DLT-etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital media labels</source>
|
||||
@@ -155,11 +157,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Helsides etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels with back slit</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Helsides etiketter med slids bagpå</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Greeting cards</source>
|
||||
@@ -167,11 +169,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Hanging folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Hængende mappeetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ID labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Id-etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
@@ -179,15 +181,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Large address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Store adresseetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lever arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Arch-filetiketter med løftestang</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Magnet stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Magnetklistermærker</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing labels</source>
|
||||
@@ -211,7 +213,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-minietiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini Disc labels</source>
|
||||
@@ -219,27 +221,27 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Miniadresseetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Minietiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Multipurpose labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiketter med flere formål</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badge labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Navneskiltsetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badges</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Navneskilte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name plates</source>
|
||||
<translation>Navneskilte</translation>
|
||||
<translation>Navnepladder</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nutritional labels</source>
|
||||
@@ -307,15 +309,15 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Video labels (face only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Videoetiketter (kun ansigt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Ansigtsetiketter for videobånd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Rygetiketter for videobånd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc labels</source>
|
||||
@@ -323,71 +325,71 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Bookplate labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Bogpladeetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bottle/jar labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Flaske/krukke-etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candle labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Stearinlysetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Klassifikationsetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Filetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>VHS-frontetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>VHS-etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Store arch-filetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tube labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Røretiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-indlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (back)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-indlæg (ryg)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (front)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-indlæg (front)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-etiketter (rygetiketter)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Dvd-indlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Divider labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Skillemærker</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Index cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Indekskort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Store runde etiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Post cards</source>
|
||||
@@ -395,39 +397,39 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Tent cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Teltkort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>VHS-indlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS-C insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>VHS-C-indlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video-8 insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Video-8-indlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Window stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Vinduesklistermærker</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Zip-diskindlæg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Continuous label tape</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kontinuerligt etiketbånd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Postage stamp labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Frimærkeetiketter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cd/dvd-rygetiketter</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="de">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de">
|
||||
<context>
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
@@ -171,7 +173,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>ID labels</source>
|
||||
<translation>Etiketten für Archivierungsordner</translation>
|
||||
<translation>ID-Aufkleber</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
@@ -430,4 +432,4 @@
|
||||
<translation>CD/DVD-Etiketten, Box-Schmalseite</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
||||
+111
-109
@@ -1,433 +1,435 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="es">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es">
|
||||
<context>
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
<source>Address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de dirección</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any card</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cualquier tarjeta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any label</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Cualquier etiqueta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file inserts</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Barcode labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de código de barras</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card CD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de CD-tarjeta profesional</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card size labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas tamaño tarjeta de visita</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tarjetas de visita</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (rightside up)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (upside down)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD center hub labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (rectangles)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD or other media</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>CD/DVD u otros soportes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD tray</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candy labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de caramelos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cassette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Coffee and tea labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de café y té</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Correction labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DLT labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital media labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de medios digitales</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital video labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de vídeo digital</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Diskette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de disquette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Elliptical labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas elípticas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de carpetas de archivos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Filing labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas para archivado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Floppy disk labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de disquete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flyer paper</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Papel para panfletos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable business cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tarjetas de visita plegables</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tarjetas plegables</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full face CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels with back slit</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Greeting cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tarjetas de felicitación</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Hanging folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ID labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lever arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Magnet stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de correo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing/shipping products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Productos para correo/envío</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Medical chart labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Membership cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Tarjetas de socio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Metal tin container labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini Disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de Minidisc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Multipurpose labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badge labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badges</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name plates</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Placas de nombre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nutritional labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas nutricionales</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Paper hole reinforcement labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Passport photo labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas para fotos de pasaporte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Photo labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas para fotos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Photo products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Productos para fotos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Printable mousepad</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Alfombrilla de ratón imprimible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rectangular labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas rectangulares</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Return address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de dirección de remitente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas redondeadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SD card labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas para tarjetas SD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Seal labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Shipping labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de envío</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Square labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas cuadradas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Target stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Trapezoid labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas trapezoidales</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Triangular labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas triangulares</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video labels (face only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Etiquetas de disco Zip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bookplate labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bottle/jar labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candle labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tube labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (back)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (front)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Divider labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Index cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Post cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Postales</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tent cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS-C insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video-8 insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Window stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Continuous label tape</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Postage stamp labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
<source>Address labels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aadressisildid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any card</source>
|
||||
|
||||
@@ -1,37 +1,39 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="id">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="id">
|
||||
<context>
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
<source>Address labels</source>
|
||||
<translation>Label Alamat</translation>
|
||||
<translation>Label alamat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any card</source>
|
||||
<translation>Sebarang kartu</translation>
|
||||
<translation>Kartu apa pun</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any label</source>
|
||||
<translation>Sebarang label</translation>
|
||||
<translation>Label apa pun</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file inserts</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan berkas Arch</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label berkas Arch</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Barcode labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label barcode</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card CD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD untuk kartu nama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card size labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label ukuran kartu nama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business cards</source>
|
||||
@@ -39,27 +41,27 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Buku kecil CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (rightside up)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kotak CD/DVD (sisi atas benar)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (upside down)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kotak CD/DVD (terbalik)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Buku kecil kotak CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label kotak CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD center hub labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label hub tengah CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels</source>
|
||||
@@ -67,55 +69,55 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD (label cakram)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD (hanya cakram)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (rectangles)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD (persegi panjang)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD (hanya punggung)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD or other media</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>CD/DVD atau media lainnya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD tray</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Baki CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candy labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label permen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cassette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label kaset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Coffee and tea labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label kopi dan teh</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Correction labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label koreksi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DLT labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label DLT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital media labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label media digital</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital video labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label video digital</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Diskette labels</source>
|
||||
@@ -123,43 +125,43 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Elliptical labels</source>
|
||||
<translation>Label eliptis</translation>
|
||||
<translation>Label elips</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label map berkas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Filing labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label pengarsipan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Floppy disk labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label disket floppy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flyer paper</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kertas flyer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable business cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kartu nama lipat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kartu lipat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full face CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD wajah penuh</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label satu halaman penuh</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels with back slit</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label satu halaman penuh dengan sayatan belakang</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Greeting cards</source>
|
||||
@@ -167,11 +169,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Hanging folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label map gantung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ID labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
@@ -179,75 +181,75 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Large address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label alamat besar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lever arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label map ordner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Magnet stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Stiker magnet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing labels</source>
|
||||
<translation>Label surat</translation>
|
||||
<translation>Label surat-menyurat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing/shipping products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Produk surat-menyurat/pengiriman</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Medical chart labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label catatan medis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Membership cards</source>
|
||||
<translation>Kartu anggota</translation>
|
||||
<translation>Kartu keanggotaan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Metal tin container labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label wadah kaleng logam</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label Mini CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini Disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label MiniDisc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label alamat mini</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label mini</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Multipurpose labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label serbaguna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badge labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label lencana nama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badges</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Lencana nama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name plates</source>
|
||||
<translation>Papan nama</translation>
|
||||
<translation>Pelat nama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nutritional labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label nilai gizi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Paper hole reinforcement labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label penguat lubang kertas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Passport photo labels</source>
|
||||
@@ -259,11 +261,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Photo products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Produk foto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Printable mousepad</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Mousepad yang dapat dicetak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rectangular labels</source>
|
||||
@@ -271,7 +273,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Return address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label alamat pengirim</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Round labels</source>
|
||||
@@ -279,11 +281,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>SD card labels</source>
|
||||
<translation>Label SD card</translation>
|
||||
<translation>Label kartu SD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Seal labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label segel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Shipping labels</source>
|
||||
@@ -291,11 +293,11 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Square labels</source>
|
||||
<translation>Label bujur sangkar</translation>
|
||||
<translation>Label persegi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Target stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Stiker target</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Trapezoid labels</source>
|
||||
@@ -303,91 +305,91 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Triangular labels</source>
|
||||
<translation>Label segi tiga</translation>
|
||||
<translation>Label segitiga</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video labels (face only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label video (hanya sisi depan)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label sisi depan pita video</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label punggung pita video</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label cakram Zip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bookplate labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label bookplate</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bottle/jar labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label botol/toples</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candle labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label lilin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label klasifikasi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label berkas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label sisi depan VHS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label VHS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label berkas arch besar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tube labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label tabung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan CD/DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (back)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan CD/DVD (belakang)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (front)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan CD/DVD (depan)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label CD/DVD (label punggung)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan DVD</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Divider labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label pembatas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Index cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kartu indeks</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label bulat besar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Post cards</source>
|
||||
@@ -395,39 +397,39 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Tent cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Kartu tent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan VHS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS-C insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan VHS-C</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video-8 insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan Video-8</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Window stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Stiker jendela</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Sisipan cakram Zip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Continuous label tape</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Pita label kontinu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Postage stamp labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label prangko</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Label punggung CD/DVD</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
||||
+111
-109
@@ -1,433 +1,435 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="ja">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja">
|
||||
<context>
|
||||
<name>XmlStrings</name>
|
||||
<message>
|
||||
<source>Address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>宛名のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any card</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>全てのカード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any label</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>全てのラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file inserts</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Barcode labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card CD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business card size labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Business cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>名刺</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (rightside up)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case (upside down)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case booklet</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD case labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD center hub labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>CD/DVD のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (disc only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (rectangles)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD or other media</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>CD/DVD またはその他のメディア</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD tray</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candy labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cassette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Coffee and tea labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Correction labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DLT labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital media labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Digital video labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Diskette labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>フロッピーのラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Elliptical labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>楕円形のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Filing labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Floppy disk labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>フロッピー・ディスクのラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Flyer paper</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>チラシ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable business cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>折りたためる名刺</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Foldable cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>折りたたみ可能なカード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full face CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Full-page labels with back slit</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Greeting cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>挨拶状</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Hanging folder labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ID labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>ラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lever arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Magnet stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>封筒のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mailing/shipping products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>郵送/出荷する製品</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Medical chart labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Membership cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>会員カード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Metal tin container labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini CD/DVD labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini Disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>ミニ・ディスクのラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Mini labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Multipurpose labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badge labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name badges</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name plates</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>名前プレート</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nutritional labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Paper hole reinforcement labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Passport photo labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>パスポートの写真用ラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Photo labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>写真のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Photo products</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>写真関連</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Printable mousepad</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>印刷可能なマウスパッド</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rectangular labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>長方形のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Return address labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>丸いラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SD card labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>SD カードのラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Seal labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Shipping labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>出荷ラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Square labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>正方形のラベル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Target stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Trapezoid labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Triangular labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video labels (face only)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video tape spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Zip ディスクのインレット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bookplate labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Bottle/jar labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Candle labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS face labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large arch file labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tube labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (back)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD insert (front)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD labels (spine labels)</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DVD insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Divider labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Index cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Large round labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Post cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>はがき</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tent cards</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VHS-C insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Video-8 insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Window stickers</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Zip disc insert</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Continuous label tape</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Postage stamp labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CD/DVD spine labels</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user