diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-05-14 11:17:53 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-05-14 16:57:30 -0700 |
commit | 20cb552a18faf9db89a7f92cb5c5a041a28216e2 (patch) | |
tree | 4f3aa51902c9a31f9c759746fc494e0e2f84e202 /packages/PrintSpooler | |
parent | 58ae12f7a030a62e77dd4f541e985ed49ec717cc (diff) | |
download | frameworks_base-20cb552a18faf9db89a7f92cb5c5a041a28216e2.zip frameworks_base-20cb552a18faf9db89a7f92cb5c5a041a28216e2.tar.gz frameworks_base-20cb552a18faf9db89a7f92cb5c5a041a28216e2.tar.bz2 |
Automatic translation import
Change-Id: I3d1a3f5e5b488776048d0dbaac757ffb1e2f8e7b
Diffstat (limited to 'packages/PrintSpooler')
-rw-r--r-- | packages/PrintSpooler/res/values-ast-rES/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/values-ast-rES/strings.xml b/packages/PrintSpooler/res/values-ast-rES/strings.xml index 8ef331c..a6e8a9d 100644 --- a/packages/PrintSpooler/res/values-ast-rES/strings.xml +++ b/packages/PrintSpooler/res/values-ast-rES/strings.xml @@ -32,6 +32,7 @@ <!-- Label of the color mode widget. [CHAR LIMIT=20] --> <string name="label_color">Color</string> <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] --> + <string name="label_duplex">Dambos llaos</string> <!-- Label of the orientation widget. [CHAR LIMIT=20] --> <string name="label_orientation">Orientación</string> <!-- Label of the page selection widget. [CHAR LIMIT=20] --> @@ -139,6 +140,14 @@ <item>Color</item> </string-array> <!-- Duplex mode labels. --> + <string-array name="duplex_mode_labels"> + <!-- Duplex mode label: No duplex supported. [CHAR LIMIT=20] --> + <item>Nengún</item> + <!-- Duplex mode label: Turn page sideways along the long edge like a book. [CHAR LIMIT=20] --> + <item>Borde llargu</item> + <!-- Duplex mode label: Turn page upwards along the short edge like a notepad. [CHAR LIMIT=20] --> + <item>Borde curtiu</item> + </string-array> <!-- Orientation labels. --> <string-array name="orientation_labels"> <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] --> |