updating some numeric string formatting

This commit is contained in:
tibbi 2017-09-23 15:27:11 +02:00
parent 33e27164e3
commit add8e6f116
18 changed files with 399 additions and 417 deletions

View File

@ -78,27 +78,27 @@
<string name="last_f">poslední</string>
<plurals name="days">
<item quantity="one">%1$d den</item>
<item quantity="few">%1$d dni</item>
<item quantity="other">%1$d dní</item>
<item quantity="one">%d den</item>
<item quantity="few">%d dni</item>
<item quantity="other">%d dní</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d týden</item>
<item quantity="few">%1$d týdni</item>
<item quantity="other">%1$d týdnů</item>
<item quantity="one">%d týden</item>
<item quantity="few">%d týdni</item>
<item quantity="other">%d týdnů</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d měsíc</item>
<item quantity="few">%1$d měsíce</item>
<item quantity="other">%1$d měsíců</item>
<item quantity="one">%d měsíc</item>
<item quantity="few">%d měsíce</item>
<item quantity="other">%d měsíců</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d rok</item>
<item quantity="few">%1$d roky</item>
<item quantity="other">%1$d roků</item>
<item quantity="one">%d rok</item>
<item quantity="few">%d roky</item>
<item quantity="other">%d roků</item>
</plurals>
<!-- Event Reminders -->
@ -113,26 +113,26 @@
<string name="add_another_reminder">Přidat další připomenutí</string>
<plurals name="minutes_before">
<item quantity="one">před %1$d minutou</item>
<item quantity="few">před %1$d minutami</item>
<item quantity="other">před %1$d minutami</item>
<item quantity="one">před %d minutou</item>
<item quantity="few">před %d minutami</item>
<item quantity="other">před %d minutami</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">před %1$d hodinou</item>
<item quantity="few">před %1$d hodinami</item>
<item quantity="other">před %1$d hodinami</item>
<item quantity="one">před %d hodinou</item>
<item quantity="few">před %d hodinami</item>
<item quantity="other">před %d hodinami</item>
</plurals>
<plurals name="days_before">
<item quantity="one">před %1$d dnem</item>
<item quantity="few">před %1$d dnami</item>
<item quantity="other">před %1$d dny</item>
<item quantity="one">před %d dnem</item>
<item quantity="few">před %d dnami</item>
<item quantity="other">před %d dny</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importování&#8230;</string>
<string name="exporting">Exportování&#8230;</string>
<string name="importing">Importování</string>
<string name="exporting">Exportování</string>
<string name="import_events">Import událostí</string>
<string name="export_events">Export událostí</string>
<string name="import_events_from_ics">Importovat kalendář ze souboru .ics</string>
@ -143,7 +143,6 @@
<string name="exporting_events_failed">Export kalendáře se nezdařil</string>
<string name="importing_some_events_failed">Import některých událostí se nezdařil</string>
<string name="exporting_some_events_failed">Export některých událostí se nezdařil</string>
<string name="invalid_file_format">Neplatný formát souboru</string>
<string name="default_event_type">Defaultní typ události</string>
<string name="no_events_for_exporting">Nebyly nalezeny žádné události pro export</string>
<string name="export_past_events_too">Export i minulých událostí</string>
@ -211,15 +210,15 @@
<string name="editing_calendar_failed">Editování kalendáře se nezdařilo</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minutu</item>
<item quantity="few">%1$d minuty</item>
<item quantity="other">%1$d minut</item>
<item quantity="one">%d minutu</item>
<item quantity="few">%d minuty</item>
<item quantity="other">%d minut</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hodina</item>
<item quantity="few">%1$d hodiny</item>
<item quantity="other">%1$d hodin</item>
<item quantity="one">%d hodina</item>
<item quantity="few">%d hodiny</item>
<item quantity="other">%d hodin</item>
</plurals>
<string name="never">Nikdy</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">letzten</string>
<plurals name="days">
<item quantity="one">%1$d Tag</item>
<item quantity="other">%1$d Tage</item>
<item quantity="one">%d Tag</item>
<item quantity="other">%d Tage</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d Woche</item>
<item quantity="other">%1$d Wochen</item>
<item quantity="one">%d Woche</item>
<item quantity="other">%d Wochen</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d Monat</item>
<item quantity="other">%1$d Monate</item>
<item quantity="one">%d Monat</item>
<item quantity="other">%d Monate</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d Jahr</item>
<item quantity="other">%1$d Jahre</item>
<item quantity="one">%d Jahr</item>
<item quantity="other">%d Jahre</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Füge eine weitere Erinnerung hinzu</string>
<plurals name="minutes_before">
<item quantity="one">%1$d Minute vorher</item>
<item quantity="other">%1$d Minuten vorher</item>
<item quantity="one">%d Minute vorher</item>
<item quantity="other">%d Minuten vorher</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d Stunde vorher</item>
<item quantity="other">%1$d Stunden vorher</item>
<item quantity="one">%d Stunde vorher</item>
<item quantity="other">%d Stunden vorher</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d Tag vorher</item>
<item quantity="other">%1$d Tage vorher</item>
<item quantity="one">%d Tag vorher</item>
<item quantity="other">%d Tage vorher</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importiere&#8230;</string>
<string name="exporting">Exportiere&#8230;</string>
<string name="importing">Importiere</string>
<string name="exporting">Exportiere</string>
<string name="import_events">Importiere Termine</string>
<string name="export_events">Exportiere Termine</string>
<string name="import_events_from_ics">Importiere Termine aus .ics Datei</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Termine exportieren fehlgeschlagen</string>
<string name="importing_some_events_failed">Einige Termine wurden nicht erfolgreich importiert</string>
<string name="exporting_some_events_failed">Einige Termine wurden nicht erfolgreich exportiert</string>
<string name="invalid_file_format">Ungültiges Dateiformat</string>
<string name="default_event_type">Standard-Termin-Typ</string>
<string name="no_events_for_exporting">Keine Termine zum exportieren gefunden</string>
<string name="export_past_events_too">Vergangene Termine auch exportieren</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Ändern des Kalenders fehlgeschlagen</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Nie</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">último</string>
<plurals name="days">
<item quantity="one">%1$d día</item>
<item quantity="other">%1$d días</item>
<item quantity="one">%d día</item>
<item quantity="other">%d días</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d semana</item>
<item quantity="other">%1$d semanas</item>
<item quantity="one">%d semana</item>
<item quantity="other">%d semanas</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d mes</item>
<item quantity="other">%1$d meses</item>
<item quantity="one">%d mes</item>
<item quantity="other">%d meses</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d año</item>
<item quantity="other">%1$d años</item>
<item quantity="one">%d año</item>
<item quantity="other">%d años</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Agregar otro recordatorio</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minuto antes</item>
<item quantity="other">%1$d minutos antes</item>
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hora antes</item>
<item quantity="other">%1$d horas antes</item>
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d día antes</item>
<item quantity="other">%1$d días antes</item>
<item quantity="one">%d día antes</item>
<item quantity="other">%d días antes</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Importar eventos</string>
<string name="export_events">Exportar eventos</string>
<string name="import_events_from_ics">Importar eventos desde un archivo .ics</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Error en la exportación de eventos</string>
<string name="importing_some_events_failed">Error al importar algunos eventos</string>
<string name="exporting_some_events_failed">Error al exportar algunos eventos</string>
<string name="invalid_file_format">Formato de archivo no válido</string>
<string name="default_event_type">Tipo de evento predeterminado</string>
<string name="no_events_for_exporting">No se han encontrado eventos para la exportación</string>
<string name="export_past_events_too">También exportar eventos pasados</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">dernier</string>
<plurals name="days">
<item quantity="one">%1$d jour</item>
<item quantity="other">%1$d jours</item>
<item quantity="one">%d jour</item>
<item quantity="other">%d jours</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d semaine</item>
<item quantity="other">%1$d semaines</item>
<item quantity="one">%d semaine</item>
<item quantity="other">%d semaines</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d mois</item>
<item quantity="other">%1$d mois</item>
<item quantity="one">%d mois</item>
<item quantity="other">%d mois</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d an</item>
<item quantity="other">%1$d ans</item>
<item quantity="one">%d an</item>
<item quantity="other">%d ans</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Ajouter un autre rappel</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute avant</item>
<item quantity="other">%1$d minutes avant</item>
<item quantity="one">%d minute avant</item>
<item quantity="other">%d minutes avant</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d heure avant</item>
<item quantity="other">%1$d heures avant</item>
<item quantity="one">%d heure avant</item>
<item quantity="other">%d heures avant</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d jour avant</item>
<item quantity="other">%1$d jours avant</item>
<item quantity="one">%d jour avant</item>
<item quantity="other">%d jours avant</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importer&#8230;</string>
<string name="exporting">Exporter&#8230;</string>
<string name="importing">Importer</string>
<string name="exporting">Exporter</string>
<string name="import_events">Importer des evénements</string>
<string name="export_events">Exporter des evénements</string>
<string name="import_events_from_ics">Importer des evénements depuis un fichier .ics</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Export des evénements échoué</string>
<string name="importing_some_events_failed">L\'import de certains evénements a échoué</string>
<string name="exporting_some_events_failed">L\'export de certains evénaments a échoué</string>
<string name="invalid_file_format">Format de fichier invalide</string>
<string name="default_event_type">Type d\'evénement par défaut</string>
<string name="no_events_for_exporting">Aucun evénement trouvé pour export</string>
<string name="export_past_events_too">Exporter aussi les evénements passés</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Edition du calendrier échouée</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d heure</item>
<item quantity="other">%1$d heures</item>
<item quantity="one">%d heure</item>
<item quantity="other">%d heures</item>
</plurals>
<string name="never">Jamais</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute before</item>
<item quantity="other">%1$d minutes before</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hour before</item>
<item quantity="other">%1$d hours before</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d day before</item>
<item quantity="other">%1$d days before</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Import events</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d percel korábban</item>
<item quantity="other">%1$d percel korábban</item>
<item quantity="one">%d percel korábban</item>
<item quantity="other">%d percel korábban</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d órával korábban</item>
<item quantity="other">%1$d órával korábban</item>
<item quantity="one">%d órával korábban</item>
<item quantity="other">%d órával korábban</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d nappal korábban</item>
<item quantity="other">%1$d nappal korábban</item>
<item quantity="one">%d nappal korábban</item>
<item quantity="other">%d nappal korábban</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Import events</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute before</item>
<item quantity="other">%1$d minutes before</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hour before</item>
<item quantity="other">%1$d hours before</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d day before</item>
<item quantity="other">%1$d days before</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Import events</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute before</item>
<item quantity="other">%1$d minutes before</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hour before</item>
<item quantity="other">%1$d hours before</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d day before</item>
<item quantity="other">%1$d days before</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">ייבוא אירועים</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute before</item>
<item quantity="other">%1$d 分 前</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d 分 前</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hour before</item>
<item quantity="other">%1$d 時間 前</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d 時間 前</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d day before</item>
<item quantity="other">%1$d 日 前</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d 日 前</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Import events</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">다른 알림 추가</string>
<plurals name="minutes_before">
<item quantity="one">%1$d 분 전</item>
<item quantity="other">%1$d 분 전</item>
<item quantity="one">%d 분 전</item>
<item quantity="other">%d 분 전</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d 시간 전</item>
<item quantity="other">%1$d 시간 전</item>
<item quantity="one">%d 시간 전</item>
<item quantity="other">%d 시간 전</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d 일 전</item>
<item quantity="other">%1$d 일 전</item>
<item quantity="one">%d 일 전</item>
<item quantity="other">%d 일 전</item>
</plurals>
<!-- Export / Import -->
<string name="importing">가져 오는 중&#8230;</string>
<string name="exporting">내보내는 중&#8230;</string>
<string name="importing">가져 오는 중</string>
<string name="exporting">내보내는 중</string>
<string name="import_events">이벤트들 가져 오기</string>
<string name="export_events">이벤트들 내보내기</string>
<string name="import_events_from_ics">.ics 파일에서 이벤트들 가져오기</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">이벤트들을 내보내는데 실패</string>
<string name="importing_some_events_failed">일부 이벤트들을 가져오는데 실패</string>
<string name="exporting_some_events_failed">일부 이벤트들을 내보내는데 실패</string>
<string name="invalid_file_format">잘못된 파일 형식</string>
<string name="default_event_type">기본 이벤트 유형</string>
<string name="no_events_for_exporting">내보낼 이벤트가 없습니다</string>
<string name="export_past_events_too">과거 이벤트들 내보내기</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d 분</item>
<item quantity="other">%1$d 분</item>
<item quantity="one">%d 분</item>
<item quantity="other">%d 분</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d 시</item>
<item quantity="other">%1$d 시</item>
<item quantity="one">%d 시</item>
<item quantity="other">%d 시</item>
</plurals>
<string name="never">사용 안함</string>

View File

@ -78,26 +78,26 @@
<string name="last_f">ostatni(ą)</string>
<plurals name="days">
<item quantity="one">%1$d dzień</item>
<item quantity="other">%1$d dni</item>
<item quantity="one">%d dzień</item>
<item quantity="other">%d dni</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d tydzień</item>
<item quantity="few">%1$d tygodnie</item>
<item quantity="other">%1$d tygodni</item>
<item quantity="one">%d tydzień</item>
<item quantity="few">%d tygodnie</item>
<item quantity="other">%d tygodni</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d miesiąc</item>
<item quantity="few">%1$d miesiące</item>
<item quantity="other">%1$d miesięcy</item>
<item quantity="one">%d miesiąc</item>
<item quantity="few">%d miesiące</item>
<item quantity="other">%d miesięcy</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d rok</item>
<item quantity="few">%1$d lata</item>
<item quantity="other">%1$d lat</item>
<item quantity="one">%d rok</item>
<item quantity="few">%d lata</item>
<item quantity="other">%d lat</item>
</plurals>
<!-- Event Reminders -->
@ -112,25 +112,25 @@
<string name="add_another_reminder">Dodaj inne przypomnienie</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minutę przed</item>
<item quantity="few">%1$d minuty przed</item>
<item quantity="other">%1$d minut before</item>
<item quantity="one">%d minutę przed</item>
<item quantity="few">%d minuty przed</item>
<item quantity="other">%d minut before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d godzinę przed</item>
<item quantity="few">%1$d godziny przed</item>
<item quantity="other">%1$d godzin przed</item>
<item quantity="one">%d godzinę przed</item>
<item quantity="few">%d godziny przed</item>
<item quantity="other">%d godzin przed</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d dzień przed</item>
<item quantity="other">%1$d dni przed</item>
<item quantity="one">%d dzień przed</item>
<item quantity="other">%d dni przed</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importuję&#8230;</string>
<string name="exporting">Eksportuję&#8230;</string>
<string name="importing">Importuję</string>
<string name="exporting">Eksportuję</string>
<string name="import_events">Importuj wydarzenia</string>
<string name="export_events">Eksportuj wydarzenia</string>
<string name="import_events_from_ics">Importuj wydarzenia z pliku .ics</string>
@ -141,7 +141,6 @@
<string name="exporting_events_failed">Eksportowanie wydarzeń nie powiodło się</string>
<string name="importing_some_events_failed">Importowanie niektórych wydarzeń nie powiodło się</string>
<string name="exporting_some_events_failed">Eksportowanie niektórych wydarzeń nie powiodło się</string>
<string name="invalid_file_format">Nieprawidłowy format daty</string>
<string name="default_event_type">Domyślny typ wydarzenia</string>
<string name="no_events_for_exporting">Nie znalazłem wydarzeń do wyeksportowania</string>
<string name="export_past_events_too">Eksportuj także wydarzenia z przeszłości</string>
@ -209,15 +208,15 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minutę</item>
<item quantity="few">%1$d minuty</item>
<item quantity="other">%1$d minut</item>
<item quantity="one">%d minutę</item>
<item quantity="few">%d minuty</item>
<item quantity="other">%d minut</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d godzinę</item>
<item quantity="few">%1$d godziny</item>
<item quantity="other">%1$d godzin</item>
<item quantity="one">%d godzinę</item>
<item quantity="few">%d godziny</item>
<item quantity="other">%d godzin</item>
</plurals>
<string name="never">Nigdy</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d dia</item>
<item quantity="other">%1$d dias</item>
<item quantity="one">%d dia</item>
<item quantity="other">%d dias</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d semana</item>
<item quantity="other">%1$d semanas</item>
<item quantity="one">%d semana</item>
<item quantity="other">%d semanas</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d mês</item>
<item quantity="other">%1$d meses</item>
<item quantity="one">%d mês</item>
<item quantity="other">%d meses</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d ano</item>
<item quantity="other">%1$d anos</item>
<item quantity="one">%d ano</item>
<item quantity="other">%d anos</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Adicionar outro lembrete</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minuto antes</item>
<item quantity="other">%1$d minutos antes</item>
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hora antes</item>
<item quantity="other">%1$d horas antes</item>
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d dia antes</item>
<item quantity="other">%1$d dias antes</item>
<item quantity="one">%d dia antes</item>
<item quantity="other">%d dias antes</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Importar eventos</string>
<string name="export_events">Exportar eventos</string>
<string name="import_events_from_ics">Importar eventos de um arquivo .ics</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Alguns eventos não foram importados</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Formato de arquivo inválido</string>
<string name="default_event_type">Tipo de evento padrão</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">último</string>
<plurals name="days">
<item quantity="one">%1$d dia</item>
<item quantity="other">%1$d dias</item>
<item quantity="one">%d dia</item>
<item quantity="other">%d dias</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d semana</item>
<item quantity="other">%1$d semanas</item>
<item quantity="one">%d semana</item>
<item quantity="other">%d semanas</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d mês</item>
<item quantity="other">%1$d meses</item>
<item quantity="one">%d mês</item>
<item quantity="other">%d meses</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d ano</item>
<item quantity="other">%1$d anos</item>
<item quantity="one">%d ano</item>
<item quantity="other">%d anos</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Adicionar outro lembrete</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minuto antes</item>
<item quantity="other">%1$d minutos antes</item>
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hora antes</item>
<item quantity="other">%1$d horas antes</item>
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d dia antes</item>
<item quantity="other">%1$d dias antes</item>
<item quantity="one">%d dia antes</item>
<item quantity="other">%d dias antes</item>
</plurals>
<!-- Export / Import -->
<string name="importing">A importar&#8230;</string>
<string name="exporting">A exportar&#8230;</string>
<string name="importing">A importar</string>
<string name="exporting">A exportar</string>
<string name="import_events">Importar eventos</string>
<string name="export_events">Exportar eventos</string>
<string name="import_events_from_ics">Importar eventos de um ficheiro .ics</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Falha de exportação</string>
<string name="importing_some_events_failed">Alguns eventos não foram importados</string>
<string name="exporting_some_events_failed">Alguns eventos não foram exportados</string>
<string name="invalid_file_format">Formato de ficheiro inválido</string>
<string name="default_event_type">Tipo de evento padrão</string>
<string name="no_events_for_exporting">Não existem eventos para exportação</string>
<string name="export_past_events_too">Exportar eventos antigos</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Falha ao editar o calendário</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minuto</item>
<item quantity="other">%1$d minutos</item>
<item quantity="one">%d minuto</item>
<item quantity="other">%d minutos</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hora</item>
<item quantity="other">%1$d horas</item>
<item quantity="one">%d hora</item>
<item quantity="other">%d horas</item>
</plurals>
<string name="never">Nunca</string>

View File

@ -78,31 +78,31 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d день</item>
<item quantity="few">%1$d дня</item>
<item quantity="many">%1$d дней</item>
<item quantity="other">%1$d дня(-ей)</item>
<item quantity="one">%d день</item>
<item quantity="few">%d дня</item>
<item quantity="many">%d дней</item>
<item quantity="other">%d дня(-ей)</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d неделя</item>
<item quantity="few">%1$d недели</item>
<item quantity="many">%1$d недель</item>
<item quantity="other">%1$d недели(-ль)</item>
<item quantity="one">%d неделя</item>
<item quantity="few">%d недели</item>
<item quantity="many">%d недель</item>
<item quantity="other">%d недели(-ль)</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d месяц</item>
<item quantity="few">%1$d месяца</item>
<item quantity="many">%1$d месяцев</item>
<item quantity="other">%1$d месяца(-ев)</item>
<item quantity="one">%d месяц</item>
<item quantity="few">%d месяца</item>
<item quantity="many">%d месяцев</item>
<item quantity="other">%d месяца(-ев)</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d год</item>
<item quantity="few">%1$d года</item>
<item quantity="many">%1$d лет</item>
<item quantity="other">%1$d года(лет)</item>
<item quantity="one">%d год</item>
<item quantity="few">%d года</item>
<item quantity="many">%d лет</item>
<item quantity="other">%d года(лет)</item>
</plurals>
<!-- Event Reminders -->
@ -117,24 +117,24 @@
<string name="add_another_reminder">Добавить ещё одно напоминание</string>
<plurals name="minutes_before">
<item quantity="one">%1$d минута до события</item>
<item quantity="few">%1$d минуты до события</item>
<item quantity="many">%1$d минут до события</item>
<item quantity="other">%1$d минут(-ы) до события</item>
<item quantity="one">%d минута до события</item>
<item quantity="few">%d минуты до события</item>
<item quantity="many">%d минут до события</item>
<item quantity="other">%d минут(-ы) до события</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d час до события</item>
<item quantity="few">%1$d часа до события</item>
<item quantity="many">%1$d часов до события</item>
<item quantity="other">%1$d часа(-ов) до события</item>
<item quantity="one">%d час до события</item>
<item quantity="few">%d часа до события</item>
<item quantity="many">%d часов до события</item>
<item quantity="other">%d часа(-ов) до события</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d день до события</item>
<item quantity="few">%1$d дня до события</item>
<item quantity="many">%1$d дней до события</item>
<item quantity="other">%1$d дня(-ей) до события</item>
<item quantity="one">%d день до события</item>
<item quantity="few">%d дня до события</item>
<item quantity="many">%d дней до события</item>
<item quantity="other">%d дня(-ей) до события</item>
</plurals>
<!-- Export / Import -->
@ -150,7 +150,6 @@
<string name="exporting_events_failed">Не удалось экспортировать события</string>
<string name="importing_some_events_failed">Не удалось импортировать некоторые события</string>
<string name="exporting_some_events_failed">Не удалось экспортировать некоторые события</string>
<string name="invalid_file_format">Неправильный формат файла</string>
<string name="default_event_type">Тип события по умолчанию</string>
<string name="no_events_for_exporting">Не найдено событий для экспорта</string>
<string name="export_past_events_too">Экспортировать прошедшие события</string>
@ -218,15 +217,15 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d минута</item>
<item quantity="few">%1$d минуты</item>
<item quantity="many">%1$d минут</item>
<item quantity="one">%d минута</item>
<item quantity="few">%d минуты</item>
<item quantity="many">%d минут</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d час</item>
<item quantity="few">%1$d часа</item>
<item quantity="many">%1$d часов</item>
<item quantity="one">%d час</item>
<item quantity="few">%d часа</item>
<item quantity="many">%d часов</item>
</plurals>
<string name="never">Никогда</string>

View File

@ -78,27 +78,27 @@
<string name="last_f">poslednú</string>
<plurals name="days">
<item quantity="one">%1$d deň</item>
<item quantity="few">%1$d dni</item>
<item quantity="other">%1$d dní</item>
<item quantity="one">%d deň</item>
<item quantity="few">%d dni</item>
<item quantity="other">%d dní</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d týždeň</item>
<item quantity="few">%1$d týždne</item>
<item quantity="other">%1$d týždňov</item>
<item quantity="one">%d týždeň</item>
<item quantity="few">%d týždne</item>
<item quantity="other">%d týždňov</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d mesiac</item>
<item quantity="few">%1$d mesiace</item>
<item quantity="other">%1$d mesiacov</item>
<item quantity="one">%d mesiac</item>
<item quantity="few">%d mesiace</item>
<item quantity="other">%d mesiacov</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d rok</item>
<item quantity="few">%1$d roky</item>
<item quantity="other">%1$d rokov</item>
<item quantity="one">%d rok</item>
<item quantity="few">%d roky</item>
<item quantity="other">%d rokov</item>
</plurals>
<!-- Event Reminders -->
@ -113,26 +113,26 @@
<string name="add_another_reminder">Pridať ďalšiu pripomienku</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minútu vopred</item>
<item quantity="few">%1$d minúty vopred</item>
<item quantity="other">%1$d minút vopred</item>
<item quantity="one">%d minútu vopred</item>
<item quantity="few">%d minúty vopred</item>
<item quantity="other">%d minút vopred</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hodinu vopred</item>
<item quantity="few">%1$d hodiny vopred</item>
<item quantity="other">%1$d hodín vopred</item>
<item quantity="one">%d hodinu vopred</item>
<item quantity="few">%d hodiny vopred</item>
<item quantity="other">%d hodín vopred</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d deň vopred</item>
<item quantity="few">%1$d dni vopred</item>
<item quantity="other">%1$d dní vopred</item>
<item quantity="one">%d deň vopred</item>
<item quantity="few">%d dni vopred</item>
<item quantity="other">%d dní vopred</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importujem&#8230;</string>
<string name="exporting">Exportujem&#8230;</string>
<string name="importing">Importujem</string>
<string name="exporting">Exportujem</string>
<string name="import_events">Importovať udalosti</string>
<string name="export_events">Exportovať udalosti</string>
<string name="import_events_from_ics">Importovať udalosti z .ics súboru</string>
@ -143,7 +143,6 @@
<string name="exporting_events_failed">Exportovanie udalostí zlyhalo</string>
<string name="importing_some_events_failed">Importovanie niektorých udalostí zlyhalo</string>
<string name="exporting_some_events_failed">Exportovanie niektorých udalostí zlyhalo</string>
<string name="invalid_file_format">Nesprávny formát súboru</string>
<string name="default_event_type">Predvolený typ udalosti</string>
<string name="no_events_for_exporting">Nenašli sa žiadne udalosti na exportovanie</string>
<string name="export_past_events_too">Exportovať aj minulé udalosti</string>
@ -211,15 +210,15 @@
<string name="editing_calendar_failed">Úprava kalendára zlyhala</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minútu</item>
<item quantity="few">%1$d minúty</item>
<item quantity="other">%1$d minút</item>
<item quantity="one">%d minútu</item>
<item quantity="few">%d minúty</item>
<item quantity="other">%d minút</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hodinu</item>
<item quantity="few">%1$d hodiny</item>
<item quantity="other">%1$d hodín</item>
<item quantity="one">%d hodinu</item>
<item quantity="few">%d hodiny</item>
<item quantity="other">%d hodín</item>
</plurals>
<string name="never">Nikdy</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">sista</string>
<plurals name="days">
<item quantity="one">%1$d dag</item>
<item quantity="other">%1$d dagar</item>
<item quantity="one">%d dag</item>
<item quantity="other">%d dagar</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d vecka</item>
<item quantity="other">%1$d veckor</item>
<item quantity="one">%d vecka</item>
<item quantity="other">%d veckor</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d månad</item>
<item quantity="other">%1$d månader</item>
<item quantity="one">%d månad</item>
<item quantity="other">%d månader</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d år</item>
<item quantity="other">%1$d år</item>
<item quantity="one">%d år</item>
<item quantity="other">%d år</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Lägg till en annan påminnelse</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minut före</item>
<item quantity="other">%1$d minuter före</item>
<item quantity="one">%d minut före</item>
<item quantity="other">%d minuter före</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d timme före</item>
<item quantity="other">%1$d timmar före</item>
<item quantity="one">%d timme före</item>
<item quantity="other">%d timmar före</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d dag före</item>
<item quantity="other">%1$d dagar före</item>
<item quantity="one">%d dag före</item>
<item quantity="other">%d dagar före</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importerar&#8230;</string>
<string name="exporting">Exporterar&#8230;</string>
<string name="importing">Importerar</string>
<string name="exporting">Exporterar</string>
<string name="import_events">Importera händelser</string>
<string name="export_events">Exportera händelser</string>
<string name="import_events_from_ics">Importera händelser från en .ics-fil</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Händelser kunde inte exporteras</string>
<string name="importing_some_events_failed">Vissa händelser kunde inte importeras</string>
<string name="exporting_some_events_failed">Vissa händelser kunde inte exporteras</string>
<string name="invalid_file_format">Ogiltigt filformat</string>
<string name="default_event_type">Standardhändelsetyp</string>
<string name="no_events_for_exporting">Inga händelser har hittats för exportering</string>
<string name="export_past_events_too">Exportera även tidigare händelser</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Det gick inte att redigera kalendern</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minut</item>
<item quantity="other">%1$d minuter</item>
<item quantity="one">%d minut</item>
<item quantity="other">%d minuter</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d timme</item>
<item quantity="other">%1$d timmar</item>
<item quantity="one">%d timme</item>
<item quantity="other">%d timmar</item>
</plurals>
<string name="never">Aldrig</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">son</string>
<plurals name="days">
<item quantity="one">%1$d gün</item>
<item quantity="other">günler %1$d</item>
<item quantity="one">%d gün</item>
<item quantity="other">günler %d</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d hafta</item>
<item quantity="other">haftalar %1$d</item>
<item quantity="one">%d hafta</item>
<item quantity="other">haftalar %d</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d ay</item>
<item quantity="other">aylar %1$d</item>
<item quantity="one">%d ay</item>
<item quantity="other">aylar %d</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d yıl</item>
<item quantity="other">yıllar %1$d</item>
<item quantity="one">%d yıl</item>
<item quantity="other">yıllar %d</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Başka bir hatırlatma ekle</string>
<plurals name="minutes_before">
<item quantity="one">%1$d dakika önce</item>
<item quantity="other">%1$d dakika önce</item>
<item quantity="one">%d dakika önce</item>
<item quantity="other">%d dakika önce</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d saat önce</item>
<item quantity="other">%1$d saat önce</item>
<item quantity="one">%d saat önce</item>
<item quantity="other">%d saat önce</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d önceki gün</item>
<item quantity="other">%1$d önceki gün</item>
<item quantity="one">%d önceki gün</item>
<item quantity="other">%d önceki gün</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Olayları içe aktar</string>
<string name="export_events">Olayları dışa aktar</string>
<string name="import_events_from_ics">Bir .ics dosyasından olayları içe aktar</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Olayları dışa aktarma başarısız</string>
<string name="importing_some_events_failed">Bazı etkinlikleri içe aktarma başarısız</string>
<string name="exporting_some_events_failed">Bazı etkinlikleri dışa aktarma başarısız</string>
<string name="invalid_file_format">Geçersiz dosya biçimi</string>
<string name="default_event_type">Varsayılan olay türü</string>
<string name="no_events_for_exporting">Dışa aktarmak için etkinlik bulunamadı</string>
<string name="export_past_events_too">Geçmişteki etkinlikleri de dışa aktar</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>

View File

@ -78,23 +78,23 @@
<string name="last_f">last</string>
<plurals name="days">
<item quantity="one">%1$d day</item>
<item quantity="other">%1$d days</item>
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%1$d week</item>
<item quantity="other">%1$d weeks</item>
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
</plurals>
<plurals name="months">
<item quantity="one">%1$d month</item>
<item quantity="other">%1$d months</item>
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
</plurals>
<plurals name="years">
<item quantity="one">%1$d year</item>
<item quantity="other">%1$d years</item>
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
</plurals>
<!-- Event Reminders -->
@ -109,23 +109,23 @@
<string name="add_another_reminder">Add another reminder</string>
<plurals name="minutes_before">
<item quantity="one">%1$d minute before</item>
<item quantity="other">%1$d minutes before</item>
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%1$d hour before</item>
<item quantity="other">%1$d hours before</item>
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%1$d day before</item>
<item quantity="other">%1$d days before</item>
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- Export / Import -->
<string name="importing">Importing&#8230;</string>
<string name="exporting">Exporting&#8230;</string>
<string name="importing">Importing</string>
<string name="exporting">Exporting</string>
<string name="import_events">Import events</string>
<string name="export_events">Export events</string>
<string name="import_events_from_ics">Import events from an .ics file</string>
@ -136,7 +136,6 @@
<string name="exporting_events_failed">Exporting events failed</string>
<string name="importing_some_events_failed">Importing some events failed</string>
<string name="exporting_some_events_failed">Exporting some events failed</string>
<string name="invalid_file_format">Invalid file format</string>
<string name="default_event_type">Default event type</string>
<string name="no_events_for_exporting">No events for exporting have been found</string>
<string name="export_past_events_too">Export past events too</string>
@ -204,13 +203,13 @@
<string name="editing_calendar_failed">Editing calendar failed</string>
<plurals name="by_minutes">
<item quantity="one">%1$d minute</item>
<item quantity="other">%1$d minutes</item>
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="by_hours">
<item quantity="one">%1$d hour</item>
<item quantity="other">%1$d hours</item>
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<string name="never">Never</string>