diff options
52 files changed, 828 insertions, 33 deletions
diff --git a/res/values-af/cm_plurals.xml b/res/values-af/cm_plurals.xml new file mode 100644 index 00000000..0f58b669 --- /dev/null +++ b/res/values-af/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d gekies</item> + <item quantity="other">%1$d gekies</item> + </plurals> +</resources> diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml index 0f350c8e..741ff491 100644 --- a/res/values-af/cm_strings.xml +++ b/res/values-af/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Standaard sluimer vertraging</string> <string name="default_start_title">Standaard uitleg</string> <string name="default_start_last">Voorheen gebruikte uitleg</string> + <string name="events_delete">Verwyder gebeure</string> + <string name="action_select_all">Kies alles</string> + <string name="action_select_none">Deselekteer alles</string> + <string name="action_delete">Klaar</string> + <string name="all_events">Alle gebeure</string> + <string name="no_events">Geen gebeure beskikbaar</string> + <string name="evt_del_dlg_title">Verwyder gebeure?</string> + <string name="evt_del_dlg_msg_selected">Gekose gebeure sal verwyder word</string> + <string name="evt_del_dlg_msg_all">Al die gebeure sal verwyder word</string> + <string name="no_events_selected">Geen gebeure gekies</string> + <string name="go_to">"Gaan na"</string> </resources> diff --git a/res/values-ca/cm_plurals.xml b/res/values-ca/cm_plurals.xml new file mode 100644 index 00000000..2cfbed74 --- /dev/null +++ b/res/values-ca/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d seleccionat</item> + <item quantity="other">%1$d seleccionats</item> + </plurals> +</resources> diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml index 4e67bae7..ea710c13 100644 --- a/res/values-ca/cm_strings.xml +++ b/res/values-ca/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Retard de la repetició predefinit</string> <string name="default_start_title">Vista per defecte</string> <string name="default_start_last">Vista utilitzada prèviament</string> + <string name="events_delete">Esborra els esdeveniments</string> + <string name="action_select_all">Selecciona-ho tot</string> + <string name="action_select_none">Deselecciona-ho tot</string> + <string name="action_delete">Fet</string> + <string name="all_events">Tots els esdeveniments</string> + <string name="no_events">No hi ha esdeveniments disponibles</string> + <string name="evt_del_dlg_title">Esborra els esdeveniments?</string> + <string name="evt_del_dlg_msg_selected">Els esdeveniments seleccionats seran esborrats</string> + <string name="evt_del_dlg_msg_all">Tots els esdeveniments seran esborrats</string> + <string name="no_events_selected">No hi ha esdeveniments seleccionats</string> + <string name="go_to">"Ves a"</string> </resources> diff --git a/res/values-cs/cm_plurals.xml b/res/values-cs/cm_plurals.xml new file mode 100644 index 00000000..2ad43c67 --- /dev/null +++ b/res/values-cs/cm_plurals.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d vybrána</item> + <item quantity="few">%1$d vybrány</item> + <item quantity="other">%1$d vybraných</item> + </plurals> +</resources> diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml index f3e84dda..f71c0392 100644 --- a/res/values-cs/cm_strings.xml +++ b/res/values-cs/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Výchozí délka odložení</string> <string name="default_start_title">Výchozí zobrazení</string> <string name="default_start_last">Předchozí použité zobrazení</string> + <string name="events_delete">Odstranit události</string> + <string name="action_select_all">Vybrat vše</string> + <string name="action_select_none">Zrušit výběr</string> + <string name="action_delete">Hotovo</string> + <string name="all_events">Všechny udalosti</string> + <string name="no_events">Žádné události k dispozici</string> + <string name="evt_del_dlg_title">Odstranit události?</string> + <string name="evt_del_dlg_msg_selected">Vybrané události budou odstraněny</string> + <string name="evt_del_dlg_msg_all">Všechny události budou odstraněny</string> + <string name="no_events_selected">Nejsou vybrané žádné události</string> + <string name="go_to">"Přejít"</string> </resources> diff --git a/res/values-da/cm_plurals.xml b/res/values-da/cm_plurals.xml new file mode 100644 index 00000000..21238b10 --- /dev/null +++ b/res/values-da/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d valgt</item> + <item quantity="other">%1$d valgt</item> + </plurals> +</resources> diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml index 1583ef43..d09b9314 100644 --- a/res/values-da/cm_strings.xml +++ b/res/values-da/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Standard-udsættelse</string> <string name="default_start_title">Standardvisning</string> <string name="default_start_last">Tidl. anvendt visning</string> + <string name="events_delete">Slet begivenheder</string> + <string name="action_select_all">Vælg alle</string> + <string name="action_select_none">Fravælg alle</string> + <string name="action_delete">Udført</string> + <string name="all_events">Alle begivenheder</string> + <string name="no_events">Ingen tilgængelige begivenheder</string> + <string name="evt_del_dlg_title">Slet begivenheder?</string> + <string name="evt_del_dlg_msg_selected">Udvalgte begivenheder vil blive slettet</string> + <string name="evt_del_dlg_msg_all">Alle begivenheder vil blive slettet</string> + <string name="no_events_selected">Ingen begivenheder valgt</string> + <string name="go_to">"Gå til"</string> </resources> diff --git a/res/values-de/cm_plurals.xml b/res/values-de/cm_plurals.xml new file mode 100644 index 00000000..cebd3181 --- /dev/null +++ b/res/values-de/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d ausgewählt</item> + <item quantity="other">%1$d ausgewählt</item> + </plurals> +</resources> diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml index 99388971..41521991 100644 --- a/res/values-de/cm_strings.xml +++ b/res/values-de/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Erinnerung wiederholen nach\u2026</string> <string name="default_start_title">Standardansicht</string> <string name="default_start_last">Zuletzt genutzte Ansicht</string> + <string name="events_delete">Termine löschen</string> + <string name="action_select_all">Alle auswählen</string> + <string name="action_select_none">Auswahl für alle aufheben</string> + <string name="action_delete">Fertig</string> + <string name="all_events">Alle Termine</string> + <string name="no_events">Keine Termine vorhanden</string> + <string name="evt_del_dlg_title">Termine löschen?</string> + <string name="evt_del_dlg_msg_selected">Ausgewählte Termine werden gelöscht</string> + <string name="evt_del_dlg_msg_all">Alle Termine werden gelöscht</string> + <string name="no_events_selected">Kein Termin ausgewählt</string> + <string name="go_to">"Tag auswählen"</string> </resources> diff --git a/res/values-el/cm_plurals.xml b/res/values-el/cm_plurals.xml new file mode 100644 index 00000000..55378db3 --- /dev/null +++ b/res/values-el/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">Επιλέχθηκε %1$d</item> + <item quantity="other">Επιλέχθηκαν %1$d</item> + </plurals> +</resources> diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml index 6e43a1bb..e71fba79 100644 --- a/res/values-el/cm_strings.xml +++ b/res/values-el/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Προεπιλεγμένη καθυστέρηση αναβολής</string> <string name="default_start_title">Προεπιλεγμένη προβολή</string> <string name="default_start_last">Τελευταία χρησιμοποιημένη προβολή</string> + <string name="events_delete">Διαγραφή συμβάντων</string> + <string name="action_select_all">Επιλογή όλων</string> + <string name="action_select_none">Αποεπιλογή όλων</string> + <string name="action_delete">Τέλος</string> + <string name="all_events">Όλα τα συμβάντα</string> + <string name="no_events">Δεν υπάρχουν διαθέσιμα συμβάντα</string> + <string name="evt_del_dlg_title">Διαγραφή συμβάντων;</string> + <string name="evt_del_dlg_msg_selected">Τα επιλεγμένα συμβάντα θα διαγραφούν</string> + <string name="evt_del_dlg_msg_all">Όλα τα συμβάντα θα διαγραφούν</string> + <string name="no_events_selected">Δεν επιλέχθηκαν συμβάντα</string> + <string name="go_to">"Πήγαινε στις"</string> </resources> diff --git a/res/values-es/cm_plurals.xml b/res/values-es/cm_plurals.xml new file mode 100644 index 00000000..4542a828 --- /dev/null +++ b/res/values-es/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d seleccionado</item> + <item quantity="other">%1$d seleccionados</item> + </plurals> +</resources> diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml index dde9490a..9998079e 100644 --- a/res/values-es/cm_strings.xml +++ b/res/values-es/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Intervalo entre recordatorios por defecto</string> <string name="default_start_title">Vista por defecto</string> <string name="default_start_last">Vista usada previamente</string> + <string name="events_delete">Eliminar eventos</string> + <string name="action_select_all">Seleccionar todo</string> + <string name="action_select_none">Anular selección</string> + <string name="action_delete">Hecho</string> + <string name="all_events">Todos los eventos</string> + <string name="no_events">No hay eventos disponibles</string> + <string name="evt_del_dlg_title">¿Eliminar eventos?</string> + <string name="evt_del_dlg_msg_selected">Los eventos seleccionados serán eliminados</string> + <string name="evt_del_dlg_msg_all">Todos los eventos serán eliminados</string> + <string name="no_events_selected">No hay eventos seleccionados</string> + <string name="go_to">"Ir a"</string> </resources> diff --git a/res/values-fi/cm_plurals.xml b/res/values-fi/cm_plurals.xml new file mode 100644 index 00000000..d943820e --- /dev/null +++ b/res/values-fi/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d valittu</item> + <item quantity="other">%1$d valittu</item> + </plurals> +</resources> diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml index 1c2623c8..772fe18e 100644 --- a/res/values-fi/cm_strings.xml +++ b/res/values-fi/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Torkun oletusaika</string> <string name="default_start_title">Oletusnäkymä</string> <string name="default_start_last">Aiemmin käytetty näkymä</string> + <string name="events_delete">Poista tapahtumia</string> + <string name="action_select_all">Valitse kaikki</string> + <string name="action_select_none">Poista valinnat</string> + <string name="action_delete">Valmis</string> + <string name="all_events">Kaikki tapahtumat</string> + <string name="no_events">Tapahtumia ei saatavilla</string> + <string name="evt_del_dlg_title">Poista tapahtumat?</string> + <string name="evt_del_dlg_msg_selected">Valitut tapahtumat poistetaan</string> + <string name="evt_del_dlg_msg_all">Kaikki tapahtumat poistetaan</string> + <string name="no_events_selected">Tapahtumia ei valittu</string> + <string name="go_to">"Mene"</string> </resources> diff --git a/res/values-fr/cm_plurals.xml b/res/values-fr/cm_plurals.xml new file mode 100644 index 00000000..3a69be80 --- /dev/null +++ b/res/values-fr/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d sélectionné</item> + <item quantity="other">%1$d sélectionnés</item> + </plurals> +</resources> diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml index 08f69861..d4320f50 100644 --- a/res/values-hu/cm_strings.xml +++ b/res/values-hu/cm_strings.xml @@ -24,4 +24,14 @@ <string name="preferences_default_snooze_delay_dialog">Alapértelmezett szundi időtartama</string> <string name="default_start_title">Alapértelmezett nézet</string> <string name="default_start_last">Korábban használt nézet</string> + <string name="events_delete">Események törlése</string> + <string name="action_select_all">Összes kijelölése</string> + <string name="action_select_none">Kijelölés elvetése</string> + <string name="action_delete">Kész</string> + <string name="all_events">Összes esemény</string> + <string name="no_events">Nincs elérhető esemény</string> + <string name="evt_del_dlg_title">Események törlése?</string> + <string name="evt_del_dlg_msg_selected">A kijelölt események törlésre kerülnek</string> + <string name="evt_del_dlg_msg_all">Minden esemény törlésre kerül</string> + <string name="no_events_selected">Nincs kijelölt esemény</string> </resources> diff --git a/res/values-it/cm_plurals.xml b/res/values-it/cm_plurals.xml new file mode 100644 index 00000000..be0681a4 --- /dev/null +++ b/res/values-it/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d selezionato</item> + <item quantity="other">%1$d selezionati</item> + </plurals> +</resources> diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml index 7dd6d774..d5c0d344 100644 --- a/res/values-it/cm_strings.xml +++ b/res/values-it/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Tempo ritardo rinvio predefinito</string> <string name="default_start_title">Vista predefinita</string> <string name="default_start_last">Vista utilizzata precedentemente</string> + <string name="events_delete">Elimina gli eventi</string> + <string name="action_select_all">Seleziona tutto</string> + <string name="action_select_none">Deseleziona tutto</string> + <string name="action_delete">Fatto</string> + <string name="all_events">Tutti gli eventi</string> + <string name="no_events">Nessun evento disponibile</string> + <string name="evt_del_dlg_title">Eliminare gli eventi?</string> + <string name="evt_del_dlg_msg_selected">Gli eventi selezionati verranno eliminati</string> + <string name="evt_del_dlg_msg_all">Tutti gli eventi saranno eliminati</string> + <string name="no_events_selected">Nessun evento selezionato</string> + <string name="go_to">"Vai a"</string> </resources> diff --git a/res/values-ja/cm_plurals.xml b/res/values-ja/cm_plurals.xml new file mode 100644 index 00000000..003b8259 --- /dev/null +++ b/res/values-ja/cm_plurals.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="other">%1$d件を選択しています</item> + </plurals> +</resources> diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml index 7f371ce4..71780eaa 100644 --- a/res/values-ja/cm_strings.xml +++ b/res/values-ja/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">デフォルトのスヌーズの遅延</string> <string name="default_start_title">デフォルトのビュー</string> <string name="default_start_last">前回終了時のビュー</string> + <string name="events_delete">予定を削除</string> + <string name="action_select_all">すべて選択</string> + <string name="action_select_none">すべて選択解除</string> + <string name="action_delete">完了</string> + <string name="all_events">すべての予定</string> + <string name="no_events">予定はありません</string> + <string name="evt_del_dlg_title">予定を削除しますか?</string> + <string name="evt_del_dlg_msg_selected">選択した予定が削除されます。</string> + <string name="evt_del_dlg_msg_all">すべての予定が削除されます。</string> + <string name="no_events_selected">予定が選択されていません</string> + <string name="go_to">"移動"</string> </resources> diff --git a/res/values-ko/cm_plurals.xml b/res/values-ko/cm_plurals.xml new file mode 100644 index 00000000..008a556a --- /dev/null +++ b/res/values-ko/cm_plurals.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="other">%1$d건 선택됨</item> + </plurals> +</resources> diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml index eb01b936..6ab31132 100644 --- a/res/values-ko/cm_strings.xml +++ b/res/values-ko/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">기본 일시중지 시간</string> <string name="default_start_title">기본 보기</string> <string name="default_start_last">이전에 사용한 보기</string> + <string name="events_delete">이벤트 삭제</string> + <string name="action_select_all">모두 선택</string> + <string name="action_select_none">모두 선택 취소</string> + <string name="action_delete">완료</string> + <string name="all_events">모든 이벤트</string> + <string name="no_events">이벤트가 없습니다</string> + <string name="evt_del_dlg_title">이벤트를 삭제할까요?</string> + <string name="evt_del_dlg_msg_selected">선택된 이벤트가 모두 삭제됩니다</string> + <string name="evt_del_dlg_msg_all">모든 이벤트가 삭제됩니다</string> + <string name="no_events_selected">선택된 이벤트가 없습니다</string> + <string name="go_to">"탐색"</string> </resources> diff --git a/res/values-ku/cm_plurals.xml b/res/values-ku/cm_plurals.xml new file mode 100644 index 00000000..59d6866c --- /dev/null +++ b/res/values-ku/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d دیاری کراوه</item> + <item quantity="other">%1$d دیاری کراوه</item> + </plurals> +</resources> diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml index 93cc03e0..64db669a 100644 --- a/res/values-ku/cm_strings.xml +++ b/res/values-ku/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">ماوهی سهرهتایی لهبیرخستنهوهی کاتی نوستن</string> <string name="default_start_title">بینینی سهرهتایی</string> <string name="default_start_last">بینینی بهکارهێنراوی پێشوو</string> + <string name="events_delete">سڕینهوهی ڕووداوهکان</string> + <string name="action_select_all">دیاریکردنی هەمووی</string> + <string name="action_select_none">دیارینهکردنی ههمووی</string> + <string name="action_delete">ئهنجامدرا</string> + <string name="all_events">ههمو ڕووداوهکان</string> + <string name="no_events">هیچ ئامادهنییه</string> + <string name="evt_del_dlg_title">سڕینهوهی ڕووداوهکان؟</string> + <string name="evt_del_dlg_msg_selected">ڕووداوی دیاریکراو دهسڕدرێتهوه</string> + <string name="evt_del_dlg_msg_all">ههموو ڕووداوهکان دهسڕدرێنهوه</string> + <string name="no_events_selected">هیچ ڕووداوێک دیاری نهکراوه</string> + <string name="go_to">"ڕۆشتن بۆ"</string> </resources> diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml index 9456ff3f..cbd27fa0 100644 --- a/res/values-ku/strings.xml +++ b/res/values-ku/strings.xml @@ -84,7 +84,7 @@ <string name="rsvp_accepted">"وڵام درایەوە بەڵێ."</string> <string name="rsvp_tentative">"وڵام درایەوە لەوە ئەچێ."</string> <string name="rsvp_declined">"وڵام درایەوە نە."</string> - <string name="create_event_dialog_save">پاشەکەوتکردن</string> + <string name="create_event_dialog_save">پاشەکەوت</string> <string name="alert_title">تێبینییەکانی ڕۆژژمێر</string> <string name="event_info_title">دەرخستنی ڕووداو</string> <string name="event_info_title_invite">بینینی وردەکاری بانگکردن</string> @@ -144,7 +144,7 @@ <string name="edit_event_label">"وردهكاری"</string> <string name="edit_label">"دەستکاری"</string> <string name="delete_label">"سڕینهوه"</string> - <string name="save_label">ئهنجامدرا</string> + <string name="save_label">ئهنجام درا</string> <string name="discard_label">هەڵوەشاندنەوە</string> <string name="snooze_all_label">"خەواندنەوەی هەمووان"</string> <string name="dismiss_all_label">"وێڵکردنی هەمووان"</string> diff --git a/res/values-lt/cm_plurals.xml b/res/values-lt/cm_plurals.xml new file mode 100644 index 00000000..f0b65a41 --- /dev/null +++ b/res/values-lt/cm_plurals.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d pasirinktas</item> + <item quantity="few">%1$d pasirinkti</item> + <item quantity="other">%1$d pasirinkta</item> + </plurals> +</resources> diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml index 28aa2bef..98a86e5c 100644 --- a/res/values-lt/cm_strings.xml +++ b/res/values-lt/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Numatytoji atidėjimo trukmė</string> <string name="default_start_title">Numatytasis rodinys</string> <string name="default_start_last">Ankstesnis rodinys</string> + <string name="events_delete">Ištrinti įvykius</string> + <string name="action_select_all">Pasirinkti viską</string> + <string name="action_select_none">Atžymėti viską</string> + <string name="action_delete">Atlikta</string> + <string name="all_events">Visi įvykiai</string> + <string name="no_events">Nėra jokių įvykių</string> + <string name="evt_del_dlg_title">Ištrinti įvykius?</string> + <string name="evt_del_dlg_msg_selected">Pasirinkti įvykiai bus ištrinti</string> + <string name="evt_del_dlg_msg_all">Visi įvykiai bus ištrinti</string> + <string name="no_events_selected">Nėra jokių pasirinktų įvykių</string> + <string name="go_to">"Eiti į"</string> </resources> diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml index c485de90..ee82d970 100644 --- a/res/values-nb/cm_strings.xml +++ b/res/values-nb/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Standard snooze forsinkelse</string> <string name="default_start_title">Standardvisning</string> <string name="default_start_last">Tidligere visning</string> + <string name="events_delete">Slett hendelser</string> + <string name="action_select_all">Velg alle</string> + <string name="action_select_none">Fjern all merking</string> + <string name="action_delete">Ferdig</string> + <string name="all_events">Alle hendelser</string> + <string name="no_events">Ingen hendelser tilgjengelig</string> + <string name="evt_del_dlg_title">Slette hendelser?</string> + <string name="evt_del_dlg_msg_selected">Valgte hendelser vil bli slettet</string> + <string name="evt_del_dlg_msg_all">Alle hendelser vil bli slettet</string> + <string name="no_events_selected">Ingen hendelser valgt</string> + <string name="go_to">"gå til"</string> </resources> diff --git a/res/values-nl/cm_plurals.xml b/res/values-nl/cm_plurals.xml new file mode 100644 index 00000000..554d04de --- /dev/null +++ b/res/values-nl/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d geselecteerd</item> + <item quantity="other">%1$d geselecteerd</item> + </plurals> +</resources> diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml index 01b5269b..a03e4622 100644 --- a/res/values-nl/cm_strings.xml +++ b/res/values-nl/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Standaardsnoozeduur</string> <string name="default_start_title">Standaardweergave</string> <string name="default_start_last">Laatst gebruikte weergave</string> + <string name="events_delete">Afspraken verwijderen</string> + <string name="action_select_all">Alles selecteren</string> + <string name="action_select_none">Alles deselecteren</string> + <string name="action_delete">Gereed</string> + <string name="all_events">Alle afspraken</string> + <string name="no_events">Geen afspraken beschikbaar</string> + <string name="evt_del_dlg_title">Afspraken verwijderen?</string> + <string name="evt_del_dlg_msg_selected">Geselecteerde afspraken zullen worden verwijderd</string> + <string name="evt_del_dlg_msg_all">Alle afspraken worden verwijderd</string> + <string name="no_events_selected">Geen afspraken geselecteerd</string> + <string name="go_to">"Ga naar"</string> </resources> diff --git a/res/values-pt-rBR/cm_plurals.xml b/res/values-pt-rBR/cm_plurals.xml new file mode 100644 index 00000000..8500a855 --- /dev/null +++ b/res/values-pt-rBR/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d selecionado</item> + <item quantity="other">%1$d selecionados</item> + </plurals> +</resources> diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml index 9a3ee8f3..fb065c64 100644 --- a/res/values-pt-rBR/cm_strings.xml +++ b/res/values-pt-rBR/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Tempo padrão da soneca</string> <string name="default_start_title">Visualização padrão</string> <string name="default_start_last">Visualização previamente utilizada</string> + <string name="events_delete">Remover eventos</string> + <string name="action_select_all">Selecionar tudo</string> + <string name="action_select_none">Deselecionar tudo</string> + <string name="action_delete">Concluído</string> + <string name="all_events">Todos os eventos</string> + <string name="no_events">Nenhum evento disponível</string> + <string name="evt_del_dlg_title">Apagar eventos?</string> + <string name="evt_del_dlg_msg_selected">Os eventos selecionados serão apagados</string> + <string name="evt_del_dlg_msg_all">Todos os eventos serão apagados</string> + <string name="no_events_selected">Nenhum evento selecionado</string> + <string name="go_to">"Ir para"</string> </resources> diff --git a/res/values-pt-rPT/cm_plurals.xml b/res/values-pt-rPT/cm_plurals.xml new file mode 100644 index 00000000..8500a855 --- /dev/null +++ b/res/values-pt-rPT/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d selecionado</item> + <item quantity="other">%1$d selecionados</item> + </plurals> +</resources> diff --git a/res/values-pt-rPT/cm_strings.xml b/res/values-pt-rPT/cm_strings.xml index ce98bba3..7cc95097 100644 --- a/res/values-pt-rPT/cm_strings.xml +++ b/res/values-pt-rPT/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Atraso de repetição</string> <string name="default_start_title">Modo de exibição</string> <string name="default_start_last">Modo utilizado anteriormente</string> + <string name="events_delete">Apagar eventos</string> + <string name="action_select_all">Selecionar todos</string> + <string name="action_select_none">Desmarcar todos</string> + <string name="action_delete">Concluído</string> + <string name="all_events">Todos os eventos</string> + <string name="no_events">Não há eventos disponíveis</string> + <string name="evt_del_dlg_title">Apagar eventos?</string> + <string name="evt_del_dlg_msg_selected">Os eventos selecionados serão apagados</string> + <string name="evt_del_dlg_msg_all">Todos os eventos serão apagados</string> + <string name="no_events_selected">Não há eventos selecionados</string> + <string name="go_to">"Ir para"</string> </resources> diff --git a/res/values-ro/cm_plurals.xml b/res/values-ro/cm_plurals.xml new file mode 100644 index 00000000..4c3bd2f7 --- /dev/null +++ b/res/values-ro/cm_plurals.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d selectate</item> + <item quantity="few">%1$d selectate</item> + <item quantity="other">%1$d selectate</item> + </plurals> +</resources> diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml index 09aa3d5f..5467b557 100644 --- a/res/values-ro/cm_strings.xml +++ b/res/values-ro/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Întârzierea snooze implicită</string> <string name="default_start_title">Vizualizare implicită</string> <string name="default_start_last">Vizualizarea folosită anterior</string> + <string name="events_delete">Șterge evenimente</string> + <string name="action_select_all">Selectează tot</string> + <string name="action_select_none">Deselectează toate</string> + <string name="action_delete">Efectuat</string> + <string name="all_events">Toate evenimentele</string> + <string name="no_events">Nu sunt evenimente disponibile</string> + <string name="evt_del_dlg_title">Ștergeți evenimentele?</string> + <string name="evt_del_dlg_msg_selected">Evenimente selectate vor fi șterse</string> + <string name="evt_del_dlg_msg_all">Toate evenimentele vor fi șterse</string> + <string name="no_events_selected">Nu sunt evenimente selectate</string> + <string name="go_to">"Du-te la"</string> </resources> diff --git a/res/values-ru/cm_plurals.xml b/res/values-ru/cm_plurals.xml new file mode 100644 index 00000000..4822d4e3 --- /dev/null +++ b/res/values-ru/cm_plurals.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">Выбрано: %1$d</item> + <item quantity="few">Выбрано: %1$d</item> + <item quantity="other">Выбрано: %1$d</item> + </plurals> +</resources> diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml index 7d6f6226..2e19492e 100644 --- a/res/values-ru/cm_strings.xml +++ b/res/values-ru/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Повтор по умолчанию</string> <string name="default_start_title">Вид по умолчанию</string> <string name="default_start_last">Последний использовавшийся</string> + <string name="events_delete">Удалить события</string> + <string name="action_select_all">Выбрать все</string> + <string name="action_select_none">Отменить всё</string> + <string name="action_delete">Готово</string> + <string name="all_events">Все события</string> + <string name="no_events">Нет событий</string> + <string name="evt_del_dlg_title">Удалить выбранные события?</string> + <string name="evt_del_dlg_msg_selected">Выбранные события будут удалены.</string> + <string name="evt_del_dlg_msg_all">Все события будут удалены.</string> + <string name="no_events_selected">События не выбраны</string> + <string name="go_to">"Перейти к"</string> </resources> diff --git a/res/values-si/cm_plurals.xml b/res/values-si/cm_plurals.xml new file mode 100644 index 00000000..97b46486 --- /dev/null +++ b/res/values-si/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d තෝරාගැනුණි</item> + <item quantity="other">%1$d තෝරාගැනුණි</item> + </plurals> +</resources> diff --git a/res/values-sk/cm_strings.xml b/res/values-sk/cm_strings.xml index ebb91d3c..f4cc754b 100644 --- a/res/values-sk/cm_strings.xml +++ b/res/values-sk/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Predvolená dĺžka odloženia</string> <string name="default_start_title">Predvolené zobrazenie</string> <string name="default_start_last">Naposledy použité zobrazenie</string> + <string name="events_delete">Vymazať udalosti</string> + <string name="action_select_all">Vybrať všetky</string> + <string name="action_select_none">Zrušiť výber všetkých</string> + <string name="action_delete">Hotovo</string> + <string name="all_events">Všetky udalosti</string> + <string name="no_events">Žiadne udalosti k dispozícii</string> + <string name="evt_del_dlg_title">Vymazať udalosti?</string> + <string name="evt_del_dlg_msg_selected">Vybrané udalosti budú vymazané</string> + <string name="evt_del_dlg_msg_all">Všetky udalosti budú vymazané</string> + <string name="no_events_selected">Žiadne vybrané udalosti</string> + <string name="go_to">"Prejsť na"</string> </resources> diff --git a/res/values-sr/cm_plurals.xml b/res/values-sr/cm_plurals.xml new file mode 100644 index 00000000..f336b296 --- /dev/null +++ b/res/values-sr/cm_plurals.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d изабран</item> + <item quantity="few">%1$d изабрана</item> + <item quantity="many">%1$d изабраних</item> + <item quantity="other">%1$d изабраних</item> + </plurals> +</resources> diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml index 8d9511e6..85c9e4ff 100644 --- a/res/values-sr/cm_strings.xml +++ b/res/values-sr/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Подразумевано кашњење одлагања</string> <string name="default_start_title">Подразумевани преглед</string> <string name="default_start_last">Претходно коришћен преглед</string> + <string name="events_delete">Избриши догађаје</string> + <string name="action_select_all">Изабери све</string> + <string name="action_select_none">Поништи избор свега</string> + <string name="action_delete">Готово</string> + <string name="all_events">Сви догађаји</string> + <string name="no_events">Нема доступних догађаја</string> + <string name="evt_del_dlg_title">Избриши догађаје?</string> + <string name="evt_del_dlg_msg_selected">Изабрани догађаји ће бити избрисани</string> + <string name="evt_del_dlg_msg_all">Сви догађаји ће бити избрисани</string> + <string name="no_events_selected">Нема изабраних догађаја</string> + <string name="go_to">"Иди на"</string> </resources> diff --git a/res/values-sv/cm_plurals.xml b/res/values-sv/cm_plurals.xml new file mode 100644 index 00000000..edbb14cb --- /dev/null +++ b/res/values-sv/cm_plurals.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d vald</item> + <item quantity="other">%1$d valda</item> + </plurals> +</resources> diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml index fbdde626..9fe1d79d 100644 --- a/res/values-sv/cm_strings.xml +++ b/res/values-sv/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Standardsnoozelängd</string> <string name="default_start_title">Standardvisning</string> <string name="default_start_last">Tidigare använd visning</string> + <string name="events_delete">Ta bort händelser</string> + <string name="action_select_all">Välj alla</string> + <string name="action_select_none">Avmarkera alla</string> + <string name="action_delete">Klar</string> + <string name="all_events">Alla händelser</string> + <string name="no_events">Inga händelser tillgängliga</string> + <string name="evt_del_dlg_title">Ta bort händelser?</string> + <string name="evt_del_dlg_msg_selected">Valda händelser kommer att tas bort</string> + <string name="evt_del_dlg_msg_all">Alla händelser kommer att tas bort</string> + <string name="no_events_selected">Inga händelser valda</string> + <string name="go_to">"Gå till"</string> </resources> diff --git a/res/values-uk/cm_plurals.xml b/res/values-uk/cm_plurals.xml new file mode 100644 index 00000000..83a46baa --- /dev/null +++ b/res/values-uk/cm_plurals.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="one">%1$d обрано</item> + <item quantity="few">%1$d обрано</item> + <item quantity="other">%1$d обрано</item> + </plurals> +</resources> diff --git a/res/values-uk/cm_strings.xml b/res/values-uk/cm_strings.xml index 9709fb4e..41bf5bf4 100644 --- a/res/values-uk/cm_strings.xml +++ b/res/values-uk/cm_strings.xml @@ -24,4 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">Повторне нагадування за умовчуванням</string> <string name="default_start_title">Типовий вигляд</string> <string name="default_start_last">Попередній вигляд</string> + <string name="events_delete">Видалити події</string> + <string name="action_select_all">Вибрати все</string> + <string name="action_select_none">Зняти вибір</string> + <string name="action_delete">Готово</string> + <string name="all_events">Всі події</string> + <string name="no_events">Немає доступних подій</string> + <string name="evt_del_dlg_title">Видалити події?</string> + <string name="evt_del_dlg_msg_selected">Обрані події будуть видалені</string> + <string name="evt_del_dlg_msg_all">Всі події будуть видалені</string> + <string name="no_events_selected">Подію не обрано</string> + <string name="go_to">"Перейти до"</string> </resources> diff --git a/res/values-zh-rCN/cm_plurals.xml b/res/values-zh-rCN/cm_plurals.xml new file mode 100644 index 00000000..d88a62de --- /dev/null +++ b/res/values-zh-rCN/cm_plurals.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2014 The CyanogenMod 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"> + <plurals name="events_selected"> + <item quantity="other">已选择 %1$d</item> + </plurals> +</resources> diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml index 31d9f90c..f825e936 100644 --- a/res/values-zh-rCN/cm_strings.xml +++ b/res/values-zh-rCN/cm_strings.xml @@ -24,16 +24,15 @@ <string name="preferences_default_snooze_delay_dialog">默认延迟提醒时长</string> <string name="default_start_title">默认视图</string> <string name="default_start_last">以前使用的视图</string> - <string name="events_delete">删除活动</string> + <string name="events_delete">删除事件</string> <string name="action_select_all">全选</string> <string name="action_select_none">取消全选</string> <string name="action_delete">完成</string> - <string name="all_events">所有活动</string> - <string name="no_events">无活动</string> - <string name="selected">选择</string> - <string name="evt_del_dlg_title">删除活动?</string> - <string name="evt_del_dlg_msg_selected">删除选择的活动</string> - <string name="evt_del_dlg_msg_all">删除所有活动</string> - <string name="no_events_selected">没有选择活动</string> + <string name="all_events">所有事件</string> + <string name="no_events">没有可用的事件</string> + <string name="evt_del_dlg_title">删除事件?</string> + <string name="evt_del_dlg_msg_selected">将删除选中的事件</string> + <string name="evt_del_dlg_msg_all">所有事件都将被删除</string> + <string name="no_events_selected">没有事件被选中</string> <string name="go_to">"转到"</string> </resources> diff --git a/res/values-zh-rHK/cm_strings.xml b/res/values-zh-rHK/cm_strings.xml index 7ba5adf6..21bd0f3e 100644 --- a/res/values-zh-rHK/cm_strings.xml +++ b/res/values-zh-rHK/cm_strings.xml @@ -24,15 +24,4 @@ <string name="preferences_default_snooze_delay_dialog">預設重響延遲</string> <string name="default_start_title">預設視圖</string> <string name="default_start_last">以前使用的視圖</string> - <string name="events_delete">刪除活動</string> - <string name="action_select_all">全選</string> - <string name="action_select_none">取消全選</string> - <string name="action_delete">完成</string> - <string name="all_events">所有活動</string> - <string name="no_events">無活動</string> - <string name="selected">選擇</string> - <string name="evt_del_dlg_title">刪除活動?</string> - <string name="evt_del_dlg_msg_selected">刪除選擇的活動</string> - <string name="evt_del_dlg_msg_all">刪除所有活動</string> - <string name="no_events_selected">沒有選擇活動</string> </resources> diff --git a/res/values-zh-rTW/cm_strings.xml b/res/values-zh-rTW/cm_strings.xml index 017c2fd6..93026be5 100644 --- a/res/values-zh-rTW/cm_strings.xml +++ b/res/values-zh-rTW/cm_strings.xml @@ -20,16 +20,4 @@ <string name="preferences_alerts_custom_snooze_delay_summary_on">每當重響提醒時要求重響延遲</string> <string name="preferences_alerts_custom_snooze_delay_summary_off">總是使用預設重響延遲</string> <string name="snooze_delay_dialog_title">設定重響延遲</string> - <string name="go_to">"轉到"</string> - <string name="events_delete">刪除活動</string> - <string name="action_select_all">全選</string> - <string name="action_select_none">取消全選</string> - <string name="action_delete">完成</string> - <string name="all_events">所有活動</string> - <string name="no_events">無活動</string> - <string name="selected">選擇</string> - <string name="evt_del_dlg_title">刪除活動?</string> - <string name="evt_del_dlg_msg_selected">刪除選擇的活動</string> - <string name="evt_del_dlg_msg_all">刪除所有活動</string> - <string name="no_events_selected">沒有選擇活動</string> </resources> |