summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-17 21:55:39 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-03-18 16:00:09 -0700
commitf2a9674bf255f1a8c850d54430b1c65618f1f8b7 (patch)
tree519c914463c9566985157b40d99fe9b55e3aab41 /packages/PrintSpooler
parentdf301d4a64fe0dfc812b39e3f7e2c2ca4b93c305 (diff)
downloadframeworks_base-f2a9674bf255f1a8c850d54430b1c65618f1f8b7.zip
frameworks_base-f2a9674bf255f1a8c850d54430b1c65618f1f8b7.tar.gz
frameworks_base-f2a9674bf255f1a8c850d54430b1c65618f1f8b7.tar.bz2
Automatic translation import
Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
Diffstat (limited to 'packages/PrintSpooler')
-rw-r--r--packages/PrintSpooler/res/values-ast-rES/strings.xml87
-rw-r--r--packages/PrintSpooler/res/values-be/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-br-rFR/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-cy/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-en-rPT/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-eo/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-es-rMX/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-fy-rNL/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-gd-rGB/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-ku/strings.xml87
-rw-r--r--packages/PrintSpooler/res/values-lb/strings.xml87
-rw-r--r--packages/PrintSpooler/res/values-oc-rFR/strings.xml93
-rw-r--r--packages/PrintSpooler/res/values-ug/strings.xml79
13 files changed, 1177 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/values-ast-rES/strings.xml b/packages/PrintSpooler/res/values-ast-rES/strings.xml
index 68cc206..8ef331c 100644
--- a/packages/PrintSpooler/res/values-ast-rES/strings.xml
+++ b/packages/PrintSpooler/res/values-ast-rES/strings.xml
@@ -15,69 +15,156 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
<string name="app_label">Cola d\'impresión</string>
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
<string name="more_options_button">Más opciones</string>
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
<string name="label_destination">Destín</string>
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
<string name="label_copies">Copies</string>
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
<string name="label_copies_summary">Copies:</string>
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
<string name="label_paper_size">Tamañu papel</string>
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
<string name="label_paper_size_summary">Tamañu papel:</string>
+ <!-- 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] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
<string name="label_orientation">Orientación</string>
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
<string name="label_pages">Páxines</string>
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_all_pages">Too <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_page_range">Rangu de <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
<string name="pages_range_example">ex. 1—5,8,11—13</string>
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
<string name="print_preview">Previsualizar impresión</string>
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
<string name="install_for_print_preview">Instalar visor PDF pa previsualizar</string>
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
<string name="printing_app_crashed">Falló l\'aplicación d\'impresión</string>
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
<string name="generating_print_job">Xenerando trabayu d\'impresión</string>
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
<string name="save_as_pdf">Guardar como PDF</string>
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
<string name="all_printers">Toles imprentadores&#8230;</string>
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
<string name="print_dialog">Cuadru de diálogu d\'impresión</string>
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
<string name="current_page_template"><xliff:g id="current_page">%1$d</xliff:g>
/<xliff:g id="page_count">%2$d</xliff:g></string>
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
<string name="page_description_template">Páxina <xliff:g id="current_page" example="1">%1$d</xliff:g>
de <xliff:g id="page_count" example="100">%2$d</xliff:g></string>
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
<string name="summary_template">Resume, copies <xliff:g id="copies" example="1">%1$s</xliff:g>,
tamañu papel <xliff:g id="paper_size" example="A4">%2$s</xliff:g></string>
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="expand_handle">Remanar espansión</string>
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="collapse_handle">Remanar contraición</string>
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_button">Imprentar</string>
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
<string name="savetopdf_button">Guardar a PDF</string>
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_expanded">Opciones d\'imprentación espandíes</string>
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_collapsed">Opciones d\'imprentación contrayíes</string>
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
<string name="search">Guetar</string>
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
<string name="all_printers_label">Toles imprentadores</string>
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
<string name="add_print_service_label">Amestar serviciu</string>
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_shown_utterance">Cuadru de gueta visible</string>
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_hidden_utterance">Cuadru de gueta anubríu</string>
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
<string name="print_add_printer">Amestar imprentadora</string>
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
<string name="print_select_printer">Esbillar imprentadora</string>
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
<string name="print_forget_printer">Esborrar imprentadora</string>
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <plurals name="print_search_result_count_utterance">
+ <item quantity="one">Atopóse <xliff:g id="count" example="1">%1$s</xliff:g> imprentadora</item>
+ <item quantity="other">Atopáronse <xliff:g id="count" example="2">%1$s</xliff:g> imprentadores</item>
+ </plurals>
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
<string name="choose_print_service">Elexir serviciu d\'impresión</string>
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
<string name="print_searching_for_printers">Guetando imprentadores</string>
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
<string name="print_no_printers">Nun s\'atoparon imprentadores</string>
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
<string name="printing_notification_title_template">Imprentando <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
<string name="cancelling_notification_title_template">Encaboxando <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
<string name="failed_notification_title_template">Fallu d\'imprentadora <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
<string name="blocked_notification_title_template">La imprentadora bloquió <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <plurals name="composite_notification_title_template">
+ <item quantity="one"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> trabayu d\'impresión</item>
+ <item quantity="other"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> trabayos d\'impresión</item>
+ </plurals>
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
<string name="cancel">Encaboxar</string>
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
<string name="restart">Reaniciar</string>
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
<string name="no_connection_to_printer">Nun hai conexón cola imprentadora</string>
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
<string name="reason_unknown">desconocíu</string>
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
<string name="printer_unavailable"><xliff:g id="print_job_name" example="Canon-123GHT">%1$s</xliff:g> – non disponible</string>
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
<string-array name="color_mode_labels">
+ <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] -->
<item>Blancu y prietu</item>
+ <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] -->
<item>Color</item>
</string-array>
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
<string-array name="orientation_labels">
+ <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] -->
<item>Retratu</item>
+ <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] -->
<item>Paisaxe</item>
</string-array>
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
<string name="print_write_error_message">Nun pudo escribise nel ficheru</string>
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
<string name="print_error_default_message">Nun funcionó. Inténtalo otra vegada.</string>
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
<string name="print_error_retry">Repitir</string>
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
<string name="print_error_printer_unavailable">La imprentadora nun ta disponible agora.</string>
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
<string name="print_preparing_preview">Preparando previsualización\u2026</string>
</resources>
diff --git a/packages/PrintSpooler/res/values-be/strings.xml b/packages/PrintSpooler/res/values-be/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-be/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-br-rFR/strings.xml b/packages/PrintSpooler/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-br-rFR/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-cy/strings.xml b/packages/PrintSpooler/res/values-cy/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-cy/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-en-rPT/strings.xml b/packages/PrintSpooler/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-en-rPT/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-eo/strings.xml b/packages/PrintSpooler/res/values-eo/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-eo/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-es-rMX/strings.xml b/packages/PrintSpooler/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-es-rMX/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-fy-rNL/strings.xml b/packages/PrintSpooler/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-fy-rNL/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-gd-rGB/strings.xml b/packages/PrintSpooler/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-gd-rGB/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-ku/strings.xml b/packages/PrintSpooler/res/values-ku/strings.xml
index f2b5439..e3ca662 100644
--- a/packages/PrintSpooler/res/values-ku/strings.xml
+++ b/packages/PrintSpooler/res/values-ku/strings.xml
@@ -15,69 +15,156 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
<string name="app_label">بەڕێوەبەری چاپکەر</string>
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
<string name="more_options_button">بەربژاردەی زیاتر</string>
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
<string name="label_destination">ئامانج</string>
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
<string name="label_copies">لەبەرگرتنەوەکان</string>
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
<string name="label_copies_summary">لەبەرگرتنەوەکان:</string>
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
<string name="label_paper_size">قەبارەی کاغەز</string>
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
<string name="label_paper_size_summary">قەبارەی کاغەز:</string>
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
<string name="label_color">رەنگ</string>
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
<string name="label_orientation">باری پیشاندان</string>
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
<string name="label_pages">پەڕەکان</string>
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_all_pages">هەموو <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_page_range">ڕێژەی <xliff:g id="page_count" example="100">%1$s</xliff:g></string>
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
<string name="pages_range_example">نموونە . 1—5,8,11—13</string>
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
<string name="print_preview">بینینی پێش چاپ</string>
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
<string name="install_for_print_preview">دامەزراندنی بینەری PDF بۆ پێشبینین</string>
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
<string name="printing_app_crashed">بەرنامەی چاپکردن تێکشکا</string>
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
<string name="generating_print_job">سازدانی ئەرکی چاپ</string>
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
<string name="save_as_pdf">پاشەکەوت بە PDF</string>
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
<string name="all_printers">هەموو چاپکەرەکان&#8230;</string>
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
<string name="print_dialog">دیالۆگی چاپ</string>
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
<string name="current_page_template"><xliff:g id="current_page">%1$d</xliff:g>
        /<xliff:g id="page_count">%2$d</xliff:g></string>
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
<string name="page_description_template">پەڕە <xliff:g id="current_page" example="1">%1$d</xliff:g>
        لە <xliff:g id="page_count" example="100">%2$d</xliff:g></string>
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
<string name="summary_template">کورتە, لەبەرگرتنەوە <xliff:g id="copies" example="1">%1$s</xliff:g>,
        قەبارەی پەڕە <xliff:g id="paper_size" example="A4">%2$s</xliff:g></string>
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="expand_handle">بڵاوکردنەوەی دەست</string>
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="collapse_handle">دەست دەکەوێت</string>
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_button">چاپکردن</string>
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
<string name="savetopdf_button">پاشەکەوتبکە بۆ PDF</string>
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_expanded">هەڵبژاردەی لەبەرگرتنەوە بڵاوکرایەوە</string>
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_collapsed">هەڵبژادەکانی لەبەرگرتنەوەی دەستکەوت</string>
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
<string name="search">گەڕان</string>
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
<string name="all_printers_label">هەموو چاپکەرەکان</string>
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
<string name="add_print_service_label">زیادکردنی ڕاژە</string>
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_shown_utterance">سنووقی گەڕان پیشاندراوە</string>
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_hidden_utterance">سنووقی گەڕان شاراوەیە</string>
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
<string name="print_add_printer">چاپکەر زیاد بکە</string>
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
<string name="print_select_printer">چاپکەر دەستنیشان بکە</string>
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
<string name="print_forget_printer">چاپکەر لەیادکە</string>
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <plurals name="print_search_result_count_utterance">
+ <item quantity="one"><xliff:g id="count" example="1">%1$s</xliff:g> چاپکەری دۆزراوە</item>
+ <item quantity="other"><xliff:g id="count" example="2">%1$s</xliff:g> چاپکەرەکانی دۆزراوە</item>
+ </plurals>
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
<string name="choose_print_service">خزمەتگوزاریی چاپکردن هەڵبژێرە</string>
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
<string name="print_searching_for_printers">گەڕان بەدوای چاپکەردا</string>
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
<string name="print_no_printers">هیچ چاپکەرێک نەدۆزرایەوە</string>
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
<string name="printing_notification_title_template">چاپکردن <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
<string name="cancelling_notification_title_template">هەڵوەشاندنەوە <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
<string name="failed_notification_title_template">هەڵەی چاپکەر <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
<string name="blocked_notification_title_template">چاپکەر بەستراوە <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <plurals name="composite_notification_title_template">
+ <item quantity="one"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g>کاری چاپکردن</item>
+ <item quantity="other"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> کارەکانی چاپکردن</item>
+ </plurals>
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
<string name="cancel">هەڵوەشانەوە</string>
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
<string name="restart">دەستپێکردنەوە</string>
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
<string name="no_connection_to_printer">پەیوەست نییە بە چاپکەرەوە</string>
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
<string name="reason_unknown">نەناسراو</string>
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
<string name="printer_unavailable"><xliff:g id="print_job_name" example="Canon-123GHT">%1$s</xliff:g> – بەردەست نییە</string>
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
<string-array name="color_mode_labels">
+ <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] -->
<item>رەش وamp; سپی</item>
+ <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] -->
<item>ڕەنگ</item>
</string-array>
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
<string-array name="orientation_labels">
+ <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] -->
<item>وێنەی شێوە</item>
+ <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] -->
<item>وێنەی سروشت</item>
</string-array>
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
<string name="print_write_error_message">ناتوانرێت فایلێک بنوسرێت</string>
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
<string name="print_error_default_message">ببورە، ئەمە کاری نەکرد. دوبارە هەوڵبدەرەوە.</string>
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
<string name="print_error_retry">هەوڵدانەوە</string>
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
<string name="print_error_printer_unavailable">ئەم چاپکەرە لە کارانیە ئێستا.</string>
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
<string name="print_preparing_preview">پیشاندانی ڕێکخستن\u2026</string>
</resources>
diff --git a/packages/PrintSpooler/res/values-lb/strings.xml b/packages/PrintSpooler/res/values-lb/strings.xml
index 765c41f..47805f0 100644
--- a/packages/PrintSpooler/res/values-lb/strings.xml
+++ b/packages/PrintSpooler/res/values-lb/strings.xml
@@ -15,66 +15,153 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
<string name="app_label">Drock-Tëschespäicher</string>
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
<string name="more_options_button">Méi Optiounen</string>
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
<string name="label_destination">Destinatioun</string>
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
<string name="label_copies">Kopien</string>
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
<string name="label_copies_summary">Kopien:</string>
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
<string name="label_paper_size">Pabeiersgréisst</string>
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
<string name="label_paper_size_summary">Pabeiersgréisst:</string>
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
<string name="label_color">Faarf</string>
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
<string name="label_orientation">Orientéierung</string>
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
<string name="label_pages">Säiten</string>
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_all_pages">All (<xliff:g id="page_count" example="100">%1$s</xliff:g>)</string>
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
<string name="template_page_range">Rei (<xliff:g id="page_count" example="100">%1$s</xliff:g>)</string>
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
<string name="pages_range_example">z. B. 1-5,8,11-13</string>
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
<string name="print_preview">Drockvirschau</string>
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
<string name="install_for_print_preview">Installéier e PDF-Programm fir eng Drockvirschau</string>
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
<string name="printing_app_crashed">D\'Drockapp ass ofgestierzt</string>
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
<string name="generating_print_job">Drockoptrag gëtt generéiert</string>
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
<string name="save_as_pdf">Als PDF späicheren</string>
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
<string name="all_printers">All d\'Drécker&#8230;</string>
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
<string name="print_dialog">Drockdialogfënster</string>
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
<string name="current_page_template"><xliff:g id="current_page">%1$d</xliff:g> / <xliff:g id="page_count">%2$d</xliff:g></string>
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
<string name="page_description_template">Säit <xliff:g id="current_page" example="1">%1$d</xliff:g> / <xliff:g id="page_count" example="100">%2$d</xliff:g></string>
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
<string name="summary_template">Resumé, <xliff:g id="copies" example="1">%1$s</xliff:g> Kopien, Pabeiersgréisst <xliff:g id="paper_size" example="A4">%2$s</xliff:g></string>
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="expand_handle">Steierelement fir d\'Ausklappen</string>
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
<string name="collapse_handle">Steierelement fir d\'Zesummeklappen</string>
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_button">Drécken</string>
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
<string name="savetopdf_button">Als PDF späicheren</string>
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_expanded">Drockoptiounen ausgeklappt</string>
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_options_collapsed">Drockoptiounen zesummegeklappt</string>
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
<string name="search">Sichen</string>
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
<string name="all_printers_label">All d\'Drécker</string>
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
<string name="add_print_service_label">Service dobäisetzen</string>
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_shown_utterance">Sichkëscht ugewisen</string>
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_hidden_utterance">Sichkëscht verstoppt</string>
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
<string name="print_add_printer">Drécker dobäisetzen</string>
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
<string name="print_select_printer">Drécker auswielen</string>
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
<string name="print_forget_printer">Drécker vergiessen</string>
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <plurals name="print_search_result_count_utterance">
+ <item quantity="one"><xliff:g id="count" example="1">%1$s</xliff:g> Drécker fonnt</item>
+ <item quantity="other"><xliff:g id="count" example="1">%1$s</xliff:g> Drécker fonnt</item>
+ </plurals>
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
<string name="choose_print_service">Drockservice auswielen</string>
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
<string name="print_searching_for_printers">Et gëtt no Drécker gesicht</string>
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
<string name="print_no_printers">Keen Drécker fonnt</string>
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
<string name="printing_notification_title_template"><xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g> gëtt gedréckt</string>
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
<string name="cancelling_notification_title_template"><xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g> gëtt ofgebrach</string>
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
<string name="failed_notification_title_template">Dréckerfeeler <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
<string name="blocked_notification_title_template">Drécker blockéiert <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <plurals name="composite_notification_title_template">
+ <item quantity="one"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> Drockoptrag</item>
+ <item quantity="other"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> Drockopträg</item>
+ </plurals>
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
<string name="cancel">Ofbriechen</string>
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
<string name="restart">Nei starten</string>
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
<string name="no_connection_to_printer">Keng Connectioun mam Drécker</string>
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
<string name="reason_unknown">onbekannt</string>
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
<string name="printer_unavailable"><xliff:g id="print_job_name" example="Canon-123GHT">%1$s</xliff:g> – net verfügbar</string>
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
<string-array name="color_mode_labels">
+ <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] -->
<item>Schwaarz &amp; Wäiss</item>
+ <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] -->
<item>Faarf</item>
</string-array>
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
<string-array name="orientation_labels">
+ <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] -->
<item>Héichformat</item>
+ <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] -->
<item>Breetformat</item>
</string-array>
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
<string name="print_write_error_message">Feeler beim Schreiwen an de Fichier</string>
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
<string name="print_error_default_message">Dat ass leider net gaangen. Probéier nees.</string>
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
<string name="print_error_retry">Nees probéieren</string>
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
<string name="print_error_printer_unavailable">Den Drécker ass momentan net disponibel.</string>
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
<string name="print_preparing_preview">Virschau gëtt preparéiert\u2026</string>
</resources>
diff --git a/packages/PrintSpooler/res/values-oc-rFR/strings.xml b/packages/PrintSpooler/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..52d0bc0
--- /dev/null
+++ b/packages/PrintSpooler/res/values-oc-rFR/strings.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
+</resources>
diff --git a/packages/PrintSpooler/res/values-ug/strings.xml b/packages/PrintSpooler/res/values-ug/strings.xml
index 0097d00..05c60a6 100644
--- a/packages/PrintSpooler/res/values-ug/strings.xml
+++ b/packages/PrintSpooler/res/values-ug/strings.xml
@@ -15,46 +15,125 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Title of the PrintSpooler application. [CHAR LIMIT=50] -->
<string name="app_label">بېسىشنى بىر تەرەپ قىلىش مۇلازىمىتى</string>
+ <!-- Label of the print dialog's button for more print options. [CHAR LIMIT=25] -->
+ <!-- Label of the destination widget. [CHAR LIMIT=20] -->
<string name="label_destination">نىشان</string>
+ <!-- Label of the copies count widget. [CHAR LIMIT=20] -->
<string name="label_copies">نۇسخا</string>
+ <!-- Label of the copies count for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size widget. [CHAR LIMIT=20] -->
+ <!-- Label of the paper size for the print options summary. [CHAR LIMIT=20] -->
+ <!-- Label of the color mode widget. [CHAR LIMIT=20] -->
<string name="label_color">رەڭ</string>
+ <!-- Label of the printer mode to print on both sides of paper. [CHAR LIMIT=20] -->
+ <!-- Label of the orientation widget. [CHAR LIMIT=20] -->
<string name="label_orientation">يۆنىلىش</string>
+ <!-- Label of the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the all pages option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Template for the page range option in the page selection widget. [CHAR LIMIT=20] -->
+ <!-- Page range exmple used as a hint of how to specify such. [CHAR LIMIT=20] -->
<string name="pages_range_example">مەسىلەن: 1–5,8,11–13</string>
+ <!-- Title for the pring preview button .[CHAR LIMIT=30] -->
<string name="print_preview">بېسىشنى ئالدىن كۆزەت</string>
+ <!-- Title for the pring preview button if there is no PDF viewer isntalled. [CHAR LIMIT=50] -->
<string name="install_for_print_preview">ئالدىن كۆزىتىش ئۈچۈن PDF كۆرگۈچ ئورنىتىدۇ</string>
+ <!-- Title of the message that the printing application crashed. [CHAR LIMIT=50] -->
<string name="printing_app_crashed">باسىدىغان ئەپ يىمىرىلدى</string>
+ <!-- Title for the temporary dialog show while an app is generating a print job. [CHAR LIMIT=30] -->
<string name="generating_print_job">بېسىش ۋەزىپىسى قۇرۇۋاتىدۇ</string>
+ <!-- Title for the save as PDF option in the printer list. [CHAR LIMIT=30] -->
<string name="save_as_pdf">PDF سۈپىتىدە ساقلا</string>
+ <!-- Title for the open all printers UI option in the printer list. [CHAR LIMIT=30] -->
<string name="all_printers">بارلىق پرىنتېرلار&#8230;</string>
+ <!-- Title for the print dialog announced to the user for accessibility. Not shown in the UI. [CHAR LIMIT=none] -->
<string name="print_dialog">بېسىش سۆزلەشكۈ</string>
+ <!-- Template for the message that shows the current page out of the total number of pages [CHAR LIMIT=none] -->
+ <!-- Description of the current page - spoken to the user [CHAR LIMIT=none] -->
+ <!-- Template for the message to announce the print options summary - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to expand all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the handle to collapse all print options - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Description for the print button - spoken to the user. [CHAR LIMIT=none] -->
<string name="print_button">باس</string>
+ <!-- Description for the save to PDF button - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are expanded - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Message to announce print options are collapsed - spoken to the user. [CHAR LIMIT=none] -->
+ <!-- Select printer activity -->
+ <!-- Title for the share action bar menu item. [CHAR LIMIT=20] -->
<string name="search">ئىزدە</string>
+ <!-- Title for the select printer activity. [CHAR LIMIT=30] -->
<string name="all_printers_label">بارلىق پرىنتېرلار</string>
+ <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
<string name="add_print_service_label">مۇلازىمەت قوش</string>
+ <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_shown_utterance">ئىزدەش قۇتىسى كۆرۈندى</string>
+ <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
<string name="print_search_box_hidden_utterance">ئىزدەش قۇتىسى يوشۇرۇلدى</string>
+ <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
<string name="print_add_printer">پرىنتېر قوش</string>
+ <!-- Title of the menu item to select a printer. [CHAR LIMIT=25] -->
<string name="print_select_printer">پىرىنتېرنى تاللاڭ</string>
+ <!-- Title of the menu item to forget a printer. [CHAR LIMIT=25] -->
<string name="print_forget_printer">پىرىنتېرنى ئەستە تۇتما</string>
+ <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
+ <!-- Add printer dialog -->
+ <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
<string name="choose_print_service">بېسىش مۇلازىمىتىنى تاللاڭ</string>
+ <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] -->
<string name="print_searching_for_printers">پرىنتېرلارنى ئىزدەۋاتىدۇ</string>
+ <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
<string name="print_no_printers">پرىنتېر تېپىلمىدى</string>
+ <!-- Notifications -->
+ <!-- Template for the notification label for a printing print job. [CHAR LIMIT=25] -->
<string name="printing_notification_title_template">بېسىۋاتقىنى <xliff:g id="PRINT_JOB_NAME">%s</xliff:g></string>
+ <!-- Template for the notification label for a cancelling print job. [CHAR LIMIT=25] -->
<string name="cancelling_notification_title_template">بىكار قىلىۋاتقىنى <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g></string>
+ <!-- Template for the notification label for a failed print job. [CHAR LIMIT=25] -->
<string name="failed_notification_title_template">پىرىنتېر <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> نى بېسىۋاتقاندا خاتالىق كۆرۈلدى</string>
+ <!-- Template for the notification label for a blocked print job. [CHAR LIMIT=25] -->
<string name="blocked_notification_title_template">پىرىنتېر <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> نى بېسىشنى توستى</string>
+ <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
+ <!-- Label for the notification button for cancelling a print job. [CHAR LIMIT=25] -->
<string name="cancel">ۋاز كەچ</string>
+ <!-- Label for the notification button for restarting a filed print job. [CHAR LIMIT=25] -->
<string name="restart">قايتا قوزغات</string>
+ <!-- Message that there is no connection to a printer. [CHAR LIMIT=40] -->
<string name="no_connection_to_printer">پرىنتېر بىلەن باغلانمىدى</string>
+ <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
<string name="reason_unknown">يوچۇن</string>
+ <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
<string name="printer_unavailable"><xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> – ئىشلەتكىلى بولمايدۇ</string>
+ <!-- Arrays -->
+ <!-- Color mode labels. -->
<string-array name="color_mode_labels">
+ <!-- Color mode label: Monochrome color scheme, e.g. one color is used. [CHAR LIMIT=20] -->
<item>ئاق&amp;قارا</item>
+ <!-- Color mode label: Color color scheme, e.g. many colors are used. [CHAR LIMIT=20] -->
<item>رەڭ</item>
</string-array>
+ <!-- Duplex mode labels. -->
+ <!-- Orientation labels. -->
<string-array name="orientation_labels">
+ <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] -->
<item>بويىغا</item>
+ <!-- Orientation label: Landscape page orientation [CHAR LIMIT=30] -->
<item>توغرىسىغا</item>
</string-array>
+ <!-- Permissions -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. -->
+ <!-- Title of an application permission, listed so the user can choose whether they want
+ to allow the application to do this. -->
+ <!-- Description of an application permission, listed so the user can choose whether they
+ want to allow the application to do this. -->
+ <!-- Error messages -->
+ <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->
+ <!-- Default message for an error while generating a print job. [CHAR LIMIT=50] -->
+ <!-- Label for the retry button in the error message. [CHAR LIMIT=50] -->
+ <!-- Message for the currently selected printer being unavailable. [CHAR LIMIT=100] -->
+ <!-- Long running operations -->
+ <!-- Message long running operation when preparing print preview. [CHAR LIMIT=50] -->
</resources>