blob: a6ad391e083a86916170dd692ae8b79c8dd12916 [file] [log] [blame]
Baligh Uddinbef7ffa2013-09-25 16:34:46 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <string name="app_label" msgid="4469836075319831821">"Drukwaglys"</string>
20 <string name="print_button" msgid="645164566271246268">"Druk"</string>
21 <string name="save_button" msgid="1921310454071758999">"Stoor"</string>
22 <string name="label_destination" msgid="9132510997381599275">"Bestemming"</string>
23 <string name="label_copies" msgid="3634531042822968308">"Afskrifte"</string>
Baligh Uddinb1310d42013-09-30 09:30:06 -070024 <string name="label_paper_size" msgid="8681895607876809323">"Papiergrootte"</string>
25 <string name="label_color" msgid="1108690305218188969">"Kleur"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070026 <string name="label_orientation" msgid="2853142581990496477">"Oriëntasie"</string>
Baligh Uddinb1310d42013-09-30 09:30:06 -070027 <string name="label_pages" msgid="6300874667546617333">"Bladsye (<xliff:g id="PAGE_COUNT">%1$s</xliff:g>)"</string>
Baligh Uddin7d8b77f2013-10-14 09:17:56 -070028 <string name="pages_range_example" msgid="8558694453556945172">"bv. 1—5,8,11—13"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070029 <string name="print_preview" msgid="8010217796057763343">"Drukvoorskou"</string>
30 <string name="install_for_print_preview" msgid="6366303997385509332">"Installeer PDF-bekyker vir voorskou"</string>
31 <string name="printing_app_crashed" msgid="854477616686566398">"Drukkerprogram het omgeval"</string>
Baligh Uddin8a4bd3a2013-10-07 09:23:18 -070032 <string name="page_count_unknown" msgid="6058852665954511124">"Bladsye"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070033 <string name="generating_print_job" msgid="3119608742651698916">"Genereer uitdruktaak"</string>
34 <string name="save_as_pdf" msgid="5718454119847596853">"Stoor as PDF"</string>
35 <string name="all_printers" msgid="5018829726861876202">"Alle drukkers…"</string>
Baligh Uddin5239b892013-10-10 17:49:39 -070036 <string name="print_dialog" msgid="32628687461331979">"Drukdialoog"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070037 <string name="search" msgid="5421724265322228497">"Deursoek"</string>
38 <string name="all_printers_label" msgid="3178848870161526399">"Alle drukkers"</string>
Baligh Uddin5e3d3ba2013-10-04 11:04:38 -070039 <string name="add_print_service_label" msgid="5356702546188981940">"Voeg diens by"</string>
Baligh Uddin5239b892013-10-10 17:49:39 -070040 <string name="print_search_box_shown_utterance" msgid="7967404953901376090">"Soekkassie vertoon"</string>
41 <string name="print_search_box_hidden_utterance" msgid="5727755169343113351">"Soekkassie weggesteek"</string>
42 <string name="print_add_printer" msgid="1088656468360653455">"Voeg drukker by"</string>
43 <plurals name="print_search_result_count_utterance">
44 <item quantity="one" msgid="4484953260685964252">"<xliff:g id="COUNT">%1$s</xliff:g> drukker gekry"</item>
45 <item quantity="other" msgid="6533817036607128241">"<xliff:g id="COUNT">%1$s</xliff:g> drukkers gekry"</item>
46 </plurals>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070047 <string name="choose_print_service" msgid="3740309762324459694">"Kies drukdiens"</string>
Baligh Uddin8a4bd3a2013-10-07 09:23:18 -070048 <string name="print_searching_for_printers" msgid="6550424555079932867">"Soek tans vir drukkers"</string>
Baligh Uddin5239b892013-10-10 17:49:39 -070049 <string name="print_no_printers" msgid="4869403323900054866">"Geen drukkers gekry nie"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070050 <string name="printing_notification_title_template" msgid="295903957762447362">"Druk tans <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
51 <string name="cancelling_notification_title_template" msgid="1821759594704703197">"Kanselleer tans <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
52 <string name="failed_notification_title_template" msgid="2256217208186530973">"Drukkerfout by <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
53 <string name="blocked_notification_title_template" msgid="1175435827331588646">"Drukker het <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> geblokkeer"</string>
Baligh Uddinb4896682013-10-11 16:34:38 -070054 <plurals name="composite_notification_title_template">
Baligh Uddin19d04482013-10-16 14:41:47 -070055 <item quantity="one" msgid="5866624638054847057">"<xliff:g id="PRINT_JOB_NAME">%1$d</xliff:g>-uitdruktaak"</item>
56 <item quantity="other" msgid="8746611264734222865">"<xliff:g id="PRINT_JOB_NAME">%1$d</xliff:g>-uitdruktake"</item>
Baligh Uddinb4896682013-10-11 16:34:38 -070057 </plurals>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070058 <string name="cancel" msgid="4373674107267141885">"Kanselleer"</string>
59 <string name="restart" msgid="2472034227037808749">"Herbegin"</string>
60 <string name="no_connection_to_printer" msgid="2159246915977282728">"Geen verbinding met drukker nie"</string>
61 <string name="reason_unknown" msgid="5507940196503246139">"onbekend"</string>
Baligh Uddin17e98092013-10-02 11:14:12 -070062 <string name="printer_unavailable" msgid="2434170617003315690">"<xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> – nie beskikbaar nie"</string>
Baligh Uddin7d8b77f2013-10-14 09:17:56 -070063 <string name="print_error_default_message" msgid="8568506918983980567">"Kon nie druktaak genereer nie"</string>
Baligh Uddinbef7ffa2013-09-25 16:34:46 -070064 <string-array name="color_mode_labels">
65 <item msgid="7602948745415174937">"Swart en wit"</item>
66 <item msgid="2762241247228983754">"Kleur"</item>
67 </string-array>
68 <string-array name="orientation_labels">
69 <item msgid="4061931020926489228">"Portret"</item>
70 <item msgid="3199660090246166812">"Landskap"</item>
71 </string-array>
72 <string-array name="page_options_labels">
73 <item msgid="7421377442011699994">"Alles"</item>
74 <item msgid="6812869625222503603">"Reikwydte"</item>
75 </string-array>
76</resources>