Removing colons

pull/92/head
Luc Charland 2015-07-31 13:54:03 -04:00
parent 90b7ce7ec3
commit 2f8f8c78f7
178 changed files with 2360 additions and 2354 deletions

View File

@ -21,11 +21,12 @@ def get_translations(path):
try:
transpath = dir_mappings.get(path, path)
transname = transpath + '/English.lproj/Localizable.strings'
transall = open(transname).read().split('\n')
transgood = [l.strip() for l in transall if len(l.strip()) and l.strip()[0] != '#']
#transall = open(transname).read().split('\n')
#transgood = [l.strip() for l in transall if len(l.strip()) and l.strip()[0] != '#']
transall = open(transname).read()
except:
transgood = ()
return transgood
transall = ""
return transall
def find_missing_translations(rootdir='.', extention='', recomp=None, greylist=()):
@ -38,8 +39,7 @@ def find_missing_translations(rootdir='.', extention='', recomp=None, greylist=(
continue
pathname = path + '/' + filename
lines = open(pathname).read().split("\n")
regex_results = [recomp.search(l) for l in lines]
values = [r.groups()[0] for r in regex_results if r]
values = [r.groups()[0] for r in [recomp.search(l) for l in lines] if r]
if values:
#- Get the current english translations for the path
transgood = get_translations(path)
@ -50,9 +50,15 @@ def find_missing_translations(rootdir='.', extention='', recomp=None, greylist=(
if DEBUG:print pathname
for value in values:
#- Try to find the value from the source file in the translation file
found = [line for line in transgood if value in line]
#compvalue = re.compile('"(%s)"\s=\s"(.*?)";' % value)
escaped_value = re.escape(value)
found = re.search('(%s|"%s")\s*=\s*"(.*?)";' % (escaped_value, escaped_value), transgood)
#for line in transgood:
# found = compvalue.search(line)
# if found:
# break
if found:
if DEBUG: print "\t", "[%s] FOUND --" % value, found[0].split("=")[0]
if DEBUG: print "\t", '[%s] FOUND -- "%s"' % found.groups()
else:
notfound.append("-->\t[%s] ==== Not Found ====" % value)
if notfound:
@ -73,7 +79,7 @@ def main():
greylist = ('UIxFilterEditor.wox')
#- Get only the label:value from all lines
recomp = re.compile('<var:string label:value="(.*?)"')
recomp = re.compile(' label:[^=]*="(.*?)"')
find_missing_translations('../UI', 'wox', recomp, greylist)
#- [self labelForKey: @"Issuer"]

View File

@ -11,16 +11,16 @@ vtodo_class2 = "(مهمة سرية)";
"The event \"%{Summary}\" was created" = "أُنشِئ الحدث \"%{Summary}\"";
"The event \"%{Summary}\" was deleted" = "حُذِفَ الحدث \"%{Summary}\"";
"The event \"%{Summary}\" was updated" = "حُدِّث الحدث \"%{Summary}\"";
"The following attendees(s) were notified:" = "تم ابلاغ المدعو (المدعويين) الأتي أسماءهم:";
"The following attendees(s) were added:" = "تم أضافة المدعو (المدعويين) الأتي أسماءهم:";
"The following attendees(s) were removed:" = "تم مسح المدعو (المدعويين) الأتي أسماءهم:";
"The following attendees(s) were notified" = "تم ابلاغ المدعو (المدعويين) الأتي أسماءهم";
"The following attendees(s) were added" = "تم أضافة المدعو (المدعويين) الأتي أسماءهم";
"The following attendees(s) were removed" = "تم مسح المدعو (المدعويين) الأتي أسماءهم";
/* IMIP messages */
"calendar_label" = "التقويم:";
"startDate_label" = "البداية:";
"endDate_label" = "النهاية:";
"calendar_label" = "التقويم";
"startDate_label" = "البداية";
"endDate_label" = "النهاية";
"due_label" = "تاريخ الاستحقاق:";
"location_label" = "المكان:";
"location_label" = "المكان";
"summary_label" = "الملخص:";
"comment_label" = "التعليق:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Isilpeko egitekoa)";
"The event \"%{Summary}\" was created" = "\"%{Summary}\" ekitaldia sortu da";
"The event \"%{Summary}\" was deleted" = "\"%{Summary}\" ekitaldia ezabatu da";
"The event \"%{Summary}\" was updated" = "\"%{Summary}\" ekitaldia eguneratu da";
"The following attendees(s) were notified:" = "Ondorengo partaidea(k) jakinarazi d(ir)a:";
"The following attendees(s) were added:" = "Ondorengo partaidea(k) gehitu d(ir)a:";
"The following attendees(s) were removed:" = "Ondorengo partaidea(k) ezabatu d(ir)a:";
"The following attendees(s) were notified" = "Ondorengo partaidea(k) jakinarazi d(ir)a";
"The following attendees(s) were added" = "Ondorengo partaidea(k) gehitu d(ir)a";
"The following attendees(s) were removed" = "Ondorengo partaidea(k) ezabatu d(ir)a";
/* IMIP messages */
"calendar_label" = "Egutegia";
"startDate_label" = "Hasi:";
"endDate_label" = "Amaitu:";
"startDate_label" = "Hasi";
"endDate_label" = "Amaitu";
"due_label" = "Epemuga:";
"location_label" = "Kokapena:";
"location_label" = "Kokapena";
"summary_label" = "Laburpena:";
"comment_label" = "Iruzkina:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Tarefa Confidencial)";
"The event \"%{Summary}\" was created" = "O evento \"%{Summary}\" foi criado";
"The event \"%{Summary}\" was deleted" = "O evento \"%{Summary}\" foi removido";
"The event \"%{Summary}\" was updated" = "O evento \"%{Summary}\" foi atualizado";
"The following attendees(s) were notified:" = "Estes participantes foram notificados:";
"The following attendees(s) were added:" = "Estes participantes foram adicionados:";
"The following attendees(s) were removed:" = "Estes participantes foram removidos:";
"The following attendees(s) were notified" = "Estes participantes foram notificados";
"The following attendees(s) were added" = "Estes participantes foram adicionados";
"The following attendees(s) were removed" = "Estes participantes foram removidos";
/* IMIP messages */
"calendar_label" = "Calendário:";
"startDate_label" = "Início:";
"endDate_label" = "Fim:";
"calendar_label" = "Calendário";
"startDate_label" = "Início";
"endDate_label" = "Fim";
"due_label" = "Data de Vencimento:";
"location_label" = "Local:";
"location_label" = "Local";
"summary_label" = "Resumo:";
"comment_label" = "Comentário:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Tasca confidencial)";
"The event \"%{Summary}\" was created" = "Es va crear l'esdeveniment \"%{Summary}\" ";
"The event \"%{Summary}\" was deleted" = "Es va esborrar l'esdeveniment \"%{Summary}\" ";
"The event \"%{Summary}\" was updated" = "Es va modificar l'esdeveniment \"%{Summary}\" ";
"The following attendees(s) were notified:" = "I va notificar als següents participants: ";
"The following attendees(s) were added:" = "Es van agregar els següents participants: ";
"The following attendees(s) were removed:" = "Heu suprimit els assistents següents:";
"The following attendees(s) were notified" = "I va notificar als següents participants ";
"The following attendees(s) were added" = "Es van agregar els següents participants ";
"The following attendees(s) were removed" = "Heu suprimit els assistents següents";
/* IMIP messages */
"calendar_label" = "Calendari:";
"startDate_label" = "Inici:";
"endDate_label" = "Final:";
"calendar_label" = "Calendari";
"startDate_label" = "Inici";
"endDate_label" = "Final";
"due_label" = "Data límit:";
"location_label" = "Lloc:";
"location_label" = "Lloc";
"summary_label" = "Resum:";
"comment_label" = "Comentari:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(機密任務)";
"The event \"%{Summary}\" was created" = "事件 \"%{Summary}\" 已建立";
"The event \"%{Summary}\" was deleted" = "事件\"%{Summary}\" 已刪除";
"The event \"%{Summary}\" was updated" = "事件\"%{Summary}\" 已異動";
"The following attendees(s) were notified:" = "已通知下列出席者:";
"The following attendees(s) were added:" = "已增加下列出席者:";
"The following attendees(s) were removed:" = "已移除下列出席者:";
"The following attendees(s) were notified" = "已通知下列出席者";
"The following attendees(s) were added" = "已增加下列出席者";
"The following attendees(s) were removed" = "已移除下列出席者";
/* IMIP messages */
"calendar_label" = "行事曆:";
"startDate_label" = "開始:";
"endDate_label" = "結束:";
"calendar_label" = "行事曆";
"startDate_label" = "開始";
"endDate_label" = "結束";
"due_label" = "截止日期:";
"location_label" = "地點:";
"location_label" = "地點";
"summary_label" = "事件主題:";
"comment_label" = "備註:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Skrytý úkol)";
"The event \"%{Summary}\" was created" = "Událost \"%{Summary}\" byla vytvořena";
"The event \"%{Summary}\" was deleted" = "Událost \"%{Summary}\" byla smazána";
"The event \"%{Summary}\" was updated" = "Událost \"%{Summary}\" byla upravena";
"The following attendees(s) were notified:" = "Následující účastníci byli upozorněni:";
"The following attendees(s) were added:" = "Následující účastníci byli přidáni:";
"The following attendees(s) were removed:" = "Následující účastníci byli odebráni:";
"The following attendees(s) were notified" = "Následující účastníci byli upozorněni";
"The following attendees(s) were added" = "Následující účastníci byli přidáni";
"The following attendees(s) were removed" = "Následující účastníci byli odebráni";
/* IMIP messages */
"calendar_label" = "Kalendář:";
"startDate_label" = "Začátek:";
"endDate_label" = "Konec:";
"calendar_label" = "Kalendář";
"startDate_label" = "Začátek";
"endDate_label" = "Konec";
"due_label" = "Termín:";
"location_label" = "Místo:";
"location_label" = "Místo";
"summary_label" = "Název:";
"comment_label" = "Komentář:";

View File

@ -11,16 +11,16 @@ vtodo_class2 = "(Hemmelig opgave)";
"The event \"%{Summary}\" was created" = "Begivenheden \"%{Summary}\" blev oprettet";
"The event \"%{Summary}\" was deleted" = "Begivenheden \"%{Summary}\" blev slettet";
"The event \"%{Summary}\" was updated" = "Begivenheden \"%{Summary}\" blev opdateret";
"The following attendees(s) were notified:" = "Følgende deltager(e) blev underrettet:";
"The following attendees(s) were added:" = "Følgende deltager(e) blev tilføjet:";
"The following attendees(s) were removed:" = "Følgende deltager(e) blev fjernet:";
"The following attendees(s) were notified" = "Følgende deltager(e) blev underrettet";
"The following attendees(s) were added" = "Følgende deltager(e) blev tilføjet";
"The following attendees(s) were removed" = "Følgende deltager(e) blev fjernet";
/* IMIP messages */
"calendar_label" = "Kalender:";
"startDate_label" = "Start:";
"endDate_label" = "Slut:";
"calendar_label" = "Kalender";
"startDate_label" = "Start";
"endDate_label" = "Slut";
"due_label" = "Forfaldsdato:";
"location_label" = "Sted:";
"location_label" = "Sted";
"summary_label" = "Resumé:";
"comment_label" = "Kommentér:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Vertrouwelijke taak)";
"The event \"%{Summary}\" was created" = "De gebeurtenis \"%{Summary}\" is aangemaakt";
"The event \"%{Summary}\" was deleted" = "De gebeurtenis \"%{Summary}\" is verwijderd";
"The event \"%{Summary}\" was updated" = "De gebeurtenis \"%{Summary}\" is gewijzigd";
"The following attendees(s) were notified:" = "De volgende deelnemers zijn in kennis gesteld:";
"The following attendees(s) were added:" = "De volgende deelnemers zijn toegevoegd:";
"The following attendees(s) were removed:" = "De volgende deelnemers zijn verwijderd:";
"The following attendees(s) were notified" = "De volgende deelnemers zijn in kennis gesteld";
"The following attendees(s) were added" = "De volgende deelnemers zijn toegevoegd";
"The following attendees(s) were removed" = "De volgende deelnemers zijn verwijderd";
/* IMIP messages */
"calendar_label" = "Agenda:";
"startDate_label" = "Start:";
"endDate_label" = "Einde:";
"calendar_label" = "Agenda";
"startDate_label" = "Start";
"endDate_label" = "Einde";
"due_label" = "Vervaldag:";
"location_label" = "Locatie:";
"location_label" = "Locatie";
"summary_label" = "Samenvatting:";
"comment_label" = "Commentaar:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Confidential task)";
"The event \"%{Summary}\" was created" = "The event \"%{Summary}\" was created";
"The event \"%{Summary}\" was deleted" = "The event \"%{Summary}\" was deleted";
"The event \"%{Summary}\" was updated" = "The event \"%{Summary}\" was updated";
"The following attendees(s) were notified:" = "The following attendee(s) were notified:";
"The following attendees(s) were added:" = "The following attendee(s) were added:";
"The following attendees(s) were removed:" = "The following attendee(s) were removed:";
"The following attendees(s) were notified" = "The following attendee(s) were notified";
"The following attendees(s) were added" = "The following attendee(s) were added";
"The following attendees(s) were removed" = "The following attendee(s) were removed";
/* IMIP messages */
"calendar_label" = "Calendar:";
"startDate_label" = "Start:";
"endDate_label" = "End:";
"calendar_label" = "Calendar";
"startDate_label" = "Start";
"endDate_label" = "End";
"due_label" = "Due Date:";
"location_label" = "Location:";
"location_label" = "Location";
"summary_label" = "Summary:";
"comment_label" = "Comment:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Luottamuksellinen tehtävä)";
"The event \"%{Summary}\" was created" = "Tapahtuma \"%{Summary}\" luotiin";
"The event \"%{Summary}\" was deleted" = "Tapahtuma \"%{Summary}\" poistettiin";
"The event \"%{Summary}\" was updated" = "Tapahtuma \"%{Summary}\" päivitettiin";
"The following attendees(s) were notified:" = "Seuraava(t) osallistuja(t) on informoitu:";
"The following attendees(s) were added:" = "Seuraava(t) osalllistuja(t) on lisätty:";
"The following attendees(s) were removed:" = "Seuraava(t) osalllistuja(t) poistettiin:";
"The following attendees(s) were notified" = "Seuraava(t) osallistuja(t) on informoitu";
"The following attendees(s) were added" = "Seuraava(t) osalllistuja(t) on lisätty";
"The following attendees(s) were removed" = "Seuraava(t) osalllistuja(t) poistettiin";
/* IMIP messages */
"calendar_label" = "Kalenteri:";
"startDate_label" = "Alkaa:";
"endDate_label" = "Päättyy:";
"calendar_label" = "Kalenteri";
"startDate_label" = "Alkaa";
"endDate_label" = "Päättyy";
"due_label" = "Määräpäivä:";
"location_label" = "Sijainti:";
"location_label" = "Sijainti";
"summary_label" = "Yhteenveto:";
"comment_label" = "Kommentti:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Tâche confidentielle)";
"The event \"%{Summary}\" was created" = "L'événement «%{Summary}» a été créé";
"The event \"%{Summary}\" was deleted" = "L'événement «%{Summary}» a été effacé";
"The event \"%{Summary}\" was updated" = "L'événement «%{Summary}» a été modifié";
"The following attendees(s) were notified:" = "Les invités suivants ont été avisés :";
"The following attendees(s) were added:" = "Les invités suivants ont été ajoutés :";
"The following attendees(s) were removed:" = "Les invités suivants ont été supprimés :";
"The following attendees(s) were notified" = "Les invités suivants ont été avisés ";
"The following attendees(s) were added" = "Les invités suivants ont été ajoutés ";
"The following attendees(s) were removed" = "Les invités suivants ont été supprimés ";
/* IMIP messages */
"calendar_label" = "Agenda :";
"startDate_label" = "Début :";
"endDate_label" = "Fin :";
"calendar_label" = "Agenda ";
"startDate_label" = "Début ";
"endDate_label" = "Fin ";
"due_label" = "Fin prévue :";
"location_label" = "Lieu :";
"location_label" = "Lieu ";
"summary_label" = "Titre :";
"comment_label" = "Description :";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Vertrauliche Aufgabe)";
"The event \"%{Summary}\" was created" = "Der Termin \"%{Summary}\" wurde angelegt";
"The event \"%{Summary}\" was deleted" = "Der Termin \"%{Summary}\" wurde gelöscht";
"The event \"%{Summary}\" was updated" = "Der Termin \"%{Summary}\" wurde geändert";
"The following attendees(s) were notified:" = "Die folgenden Teilnehmer wurden benachrichtigt:";
"The following attendees(s) were added:" = "Die folgenden Teilnehmer wurden hinzugefügt:";
"The following attendees(s) were removed:" = "Die folgenden Teilnehmer wurden entfernt:";
"The following attendees(s) were notified" = "Die folgenden Teilnehmer wurden benachrichtigt";
"The following attendees(s) were added" = "Die folgenden Teilnehmer wurden hinzugefügt";
"The following attendees(s) were removed" = "Die folgenden Teilnehmer wurden entfernt";
/* IMIP messages */
"calendar_label" = "Kalender:";
"startDate_label" = "Beginn:";
"endDate_label" = "Ende:";
"calendar_label" = "Kalender";
"startDate_label" = "Beginn";
"endDate_label" = "Ende";
"due_label" = "Fälligkeit:";
"location_label" = "Ort:";
"location_label" = "Ort";
"summary_label" = "Zusammenfassung:";
"comment_label" = "Kommentar:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Bizalmas feladat)";
"The event \"%{Summary}\" was created" = "A \"%{Summary}\" esemény létre lett hozva";
"The event \"%{Summary}\" was deleted" = "A \"%{Summary}\" esemény törölve lett";
"The event \"%{Summary}\" was updated" = "A \"%{Summary}\" esemény módosítva lett";
"The following attendees(s) were notified:" = "Az alábbi résztvevők lettek értesítve:";
"The following attendees(s) were added:" = "Az alábbi résztvevők lettek hozzáadva:";
"The following attendees(s) were removed:" = "Az alábbi résztvevők lettek eltávolítva:";
"The following attendees(s) were notified" = "Az alábbi résztvevők lettek értesítve";
"The following attendees(s) were added" = "Az alábbi résztvevők lettek hozzáadva";
"The following attendees(s) were removed" = "Az alábbi résztvevők lettek eltávolítva";
/* IMIP messages */
"calendar_label" = "Naptár:";
"startDate_label" = "Kezdete:";
"endDate_label" = "Vége:";
"calendar_label" = "Naptár";
"startDate_label" = "Kezdete";
"endDate_label" = "Vége";
"due_label" = "Lejárat napja:";
"location_label" = "Hely:";
"location_label" = "Hely";
"summary_label" = "Összegzés:";
"comment_label" = "Megjegyzés:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Verkefni er trúnaðarmál)";
"... from the following event:" = "... af eftirfarandi viðburði:";
/* IMIP messages */
"startDate_label" = "Byrjun:";
"endDate_label" = "Endir:";
"startDate_label" = "Byrjun";
"endDate_label" = "Endir";
"due_label" = "Lokadagur:";
"location_label" = "Staðsetning:";
"location_label" = "Staðsetning";
"summary_label" = "Samantekt:";
"comment_label" = "Athugasemd:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Attività confidenziale)";
"... from the following event:" = "... dal seguente evento:";
/* IMIP messages */
"startDate_label" = "Inizio:";
"endDate_label" = "Fine:";
"startDate_label" = "Inizio";
"endDate_label" = "Fine";
"due_label" = "Scadenza:";
"location_label" = "Luogo:";
"location_label" = "Luogo";
"summary_label" = "Summario:";
"comment_label" = "Commento:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Konfidensiell oppgave)";
"The event \"%{Summary}\" was created" = "Hendelsen \"%{Summary}\" ble opprettet";
"The event \"%{Summary}\" was deleted" = "Hendelsen \"%{Summary}\" ble slettet";
"The event \"%{Summary}\" was updated" = "Hendelsen \"%{Summary}\" ble oppdatert";
"The following attendees(s) were notified:" = "Følgende deltaker(e) ble varslet:";
"The following attendees(s) were added:" = "Følgende deltaker(e) ble lagt til:";
"The following attendees(s) were removed:" = "Følgende deltaker(e) ble fjernet:";
"The following attendees(s) were notified" = "Følgende deltaker(e) ble varslet";
"The following attendees(s) were added" = "Følgende deltaker(e) ble lagt til";
"The following attendees(s) were removed" = "Følgende deltaker(e) ble fjernet";
/* IMIP messages */
"calendar_label" = "Kalender:";
"startDate_label" = "Start:";
"endDate_label" = "Slutt:";
"calendar_label" = "Kalender";
"startDate_label" = "Start";
"endDate_label" = "Slutt";
"due_label" = "Forfallsdato:";
"location_label" = "Sted:";
"location_label" = "Sted";
"summary_label" = "Sammendrag:";
"comment_label" = "Kommentar:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Konfidensiell oppgave)";
"... from the following event:" = "... fra følgende hendelse:";
/* IMIP messages */
"startDate_label" = "Start:";
"endDate_label" = "End:";
"startDate_label" = "Start";
"endDate_label" = "End";
"due_label" = "Due Date:";
"location_label" = "Location:";
"location_label" = "Location";
"summary_label" = "Summary:";
"comment_label" = "Comment:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Zadanie poufne)";
"The event \"%{Summary}\" was created" = "Utworzono wydarzenie \"%{Summary}\"";
"The event \"%{Summary}\" was deleted" = "Skasowano wydarzenie \"%{Summary}\"";
"The event \"%{Summary}\" was updated" = "Zaktualizowano wydarzenie \"%{Summary}\"";
"The following attendees(s) were notified:" = "Następujący uczestnicy zostali powiadomieni:";
"The following attendees(s) were added:" = "Następujący uczestnicy zostali dodani:";
"The following attendees(s) were removed:" = "Następujący uczestnicy zostali usunięci:";
"The following attendees(s) were notified" = "Następujący uczestnicy zostali powiadomieni";
"The following attendees(s) were added" = "Następujący uczestnicy zostali dodani";
"The following attendees(s) were removed" = "Następujący uczestnicy zostali usunięci";
/* IMIP messages */
"calendar_label" = "Kalendarz:";
"startDate_label" = "Początek:";
"endDate_label" = "Koniec:";
"calendar_label" = "Kalendarz";
"startDate_label" = "Początek";
"endDate_label" = "Koniec";
"due_label" = "Termin:";
"location_label" = "Miejsce:";
"location_label" = "Miejsce";
"summary_label" = "Podsumowanie:";
"comment_label" = "Komentarz:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Конфиденциальная задача)";
"The event \"%{Summary}\" was created" = "Было создано мероприятие \"%{Summary}\"";
"The event \"%{Summary}\" was deleted" = "Мероприятие \"%{Summary}\" было удалено";
"The event \"%{Summary}\" was updated" = "Мероприятие \"%{Summary}\" было обновлено";
"The following attendees(s) were notified:" = "Следующие приглашенные были оповещены:";
"The following attendees(s) were added:" = "Следующие люди были добавлены в список приглашенных:";
"The following attendees(s) were removed:" = "Следующие люди были исключены из списка приглашенных:";
"The following attendees(s) were notified" = "Следующие приглашенные были оповещены";
"The following attendees(s) were added" = "Следующие люди были добавлены в список приглашенных";
"The following attendees(s) were removed" = "Следующие люди были исключены из списка приглашенных";
/* IMIP messages */
"calendar_label" = "Календарь:";
"startDate_label" = "Начало:";
"endDate_label" = "Конец:";
"calendar_label" = "Календарь";
"startDate_label" = "Начало";
"endDate_label" = "Конец";
"due_label" = "Должно быть готово к:";
"location_label" = "Местонахождение:";
"location_label" = "Местонахождение";
"summary_label" = "Краткое содержание:";
"comment_label" = "Комментарий:";

View File

@ -11,16 +11,16 @@ vtodo_class2 = "(Dôverná úloha)";
"The event \"%{Summary}\" was created" = "Udalosť \"%{Summary}\" bola vytvorená";
"The event \"%{Summary}\" was deleted" = "Udalosť \"%{Summary}\" bola vymazaná";
"The event \"%{Summary}\" was updated" = "Udalosť \"%{Summary}\" bola aktualizovaná";
"The following attendees(s) were notified:" = "Nasledujúci účastník(ci) bol upozornený:";
"The following attendees(s) were added:" = "Nasledujúci účastník(ci) bol pridaný:";
"The following attendees(s) were removed:" = "Nasledujúci účastník(ci) bol odstránený:";
"The following attendees(s) were notified" = "Nasledujúci účastník(ci) bol upozornený";
"The following attendees(s) were added" = "Nasledujúci účastník(ci) bol pridaný";
"The following attendees(s) were removed" = "Nasledujúci účastník(ci) bol odstránený";
/* IMIP messages */
"calendar_label" = "Kalendár:";
"startDate_label" = "Začiatok:";
"endDate_label" = "Koniec:";
"calendar_label" = "Kalendár";
"startDate_label" = "Začiatok";
"endDate_label" = "Koniec";
"due_label" = "Platnosť:";
"location_label" = "Miesto:";
"location_label" = "Miesto";
"summary_label" = "Zhrnutie:";
"comment_label" = "Komentár:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Zaupno opravilo)";
"The event \"%{Summary}\" was created" = "Dogodek \"%{Summary}\" je bil ustvarjen";
"The event \"%{Summary}\" was deleted" = "Dogodek \"%{Summary}\" je bil izbrisan";
"The event \"%{Summary}\" was updated" = "Dogodek \"%{Summary}\" je bil posodobljen";
"The following attendees(s) were notified:" = "Naslednji udeleženci so bili obveščeni:";
"The following attendees(s) were added:" = "Naslednji udeleženci so bili dodani:";
"The following attendees(s) were removed:" = "Naslednji udeleženci so bili odstranjeni:";
"The following attendees(s) were notified" = "Naslednji udeleženci so bili obveščeni";
"The following attendees(s) were added" = "Naslednji udeleženci so bili dodani";
"The following attendees(s) were removed" = "Naslednji udeleženci so bili odstranjeni";
/* IMIP messages */
"calendar_label" = "Koledar:";
"startDate_label" = "Začetek:";
"endDate_label" = "Konec:";
"calendar_label" = "Koledar";
"startDate_label" = "Začetek";
"endDate_label" = "Konec";
"due_label" = "Datum zapadlosti:";
"location_label" = "Mesto:";
"location_label" = "Mesto";
"summary_label" = "Povzetek:";
"comment_label" = "Komentar:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Tarea confidencial)";
"The event \"%{Summary}\" was created" = "Se creó el evento \"%{Summary}\"";
"The event \"%{Summary}\" was deleted" = "Se borró el evento \"%{Summary}\"";
"The event \"%{Summary}\" was updated" = "Se actualizó la información del evento \"%{Summary}\"";
"The following attendees(s) were notified:" = "Se notificó a los siguientes participantes:";
"The following attendees(s) were added:" = "Se agregaron los siguientes participantes:";
"The following attendees(s) were removed:" = "Se removieron los siguientes participantes:";
"The following attendees(s) were notified" = "Se notificó a los siguientes participantes";
"The following attendees(s) were added" = "Se agregaron los siguientes participantes";
"The following attendees(s) were removed" = "Se removieron los siguientes participantes";
/* IMIP messages */
"calendar_label" = "Calendario:";
"startDate_label" = "Inicio:";
"endDate_label" = "Fin:";
"calendar_label" = "Calendario";
"startDate_label" = "Inicio";
"endDate_label" = "Fin";
"due_label" = "Fecha de finalización:";
"location_label" = "Lugar:";
"location_label" = "Lugar";
"summary_label" = "Resumen:";
"comment_label" = "Comentario:";

View File

@ -12,16 +12,16 @@ vtodo_class2 = "(Tarea confidencial)";
"The event \"%{Summary}\" was created" = "El evento \"%{Summary}\" ha sido creado";
"The event \"%{Summary}\" was deleted" = "El evento \"%{Summary}\" ha sido borrado";
"The event \"%{Summary}\" was updated" = "El evento \"%{Summary}\" ha sido actualizado";
"The following attendees(s) were notified:" = "Los invitados siguientes han sido notificado:";
"The following attendees(s) were added:" = "Los invitados siguientes han sido añadido:";
"The following attendees(s) were removed:" = "Los invitados siguientes han sido quitado:";
"The following attendees(s) were notified" = "Los invitados siguientes han sido notificado";
"The following attendees(s) were added" = "Los invitados siguientes han sido añadido";
"The following attendees(s) were removed" = "Los invitados siguientes han sido quitado";
/* IMIP messages */
"calendar_label" = "Calendario:";
"startDate_label" = "Inicio:";
"endDate_label" = "Fin:";
"calendar_label" = "Calendario";
"startDate_label" = "Inicio";
"endDate_label" = "Fin";
"due_label" = "Fecha Fin:";
"location_label" = "Localización:";
"location_label" = "Localización";
"summary_label" = "Resumen:";
"comment_label" = "Comentario:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Konfidentiell uppgift)";
"... from the following event:" = "... från följande händelse:";
/* IMIP messages */
"startDate_label" = "Startdatum:";
"endDate_label" = "Slutdatum:";
"startDate_label" = "Startdatum";
"endDate_label" = "Slutdatum";
"due_label" = "Datum:";
"location_label" = "Plats:";
"location_label" = "Plats";
"summary_label" = "Sammanfattning:";
"comment_label" = "Kommentar:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Конфіденційне завдання)";
"... from the following event:" = "... з участі в події:";
/* IMIP messages */
"startDate_label" = "Початок:";
"endDate_label" = "Кінець:";
"startDate_label" = "Початок";
"endDate_label" = "Кінець";
"due_label" = "Триватиме до:";
"location_label" = "Місце:";
"location_label" = "Місце";
"summary_label" = "Резюме:";
"comment_label" = "Коментар:";

View File

@ -25,10 +25,10 @@ vtodo_class2 = "(Tasg gyfrinachol)";
"... from the following event:" = "... from the following event:";
/* IMIP messages */
"startDate_label" = "Start:";
"endDate_label" = "End:";
"startDate_label" = "Start";
"endDate_label" = "End";
"due_label" = "Due Date:";
"location_label" = "Location:";
"location_label" = "Location";
"summary_label" = "Summary:";
"comment_label" = "Comment:";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "لا يوجد إشتراك";
"Preferred" = "المفضل";
"Display:" = "عرض:";
"Display Name:" = "الاسم المعروض:";
"Display" = "عرض";
"Display Name" = "الاسم المعروض";
"Email:" = "البريد الالكتروني:";
"Additional Email:" = "بريد إلكتروني إضافي";
"Phone Number:" = "رقم الهاتف:";
"Phone Number" = "رقم الهاتف";
"Prefers to receive messages formatted as:" = "يفضل تلقي رسائل منسقة على النحو التالي:";
"Screen Name:" = "أسم التعريف:";
"Categories:" = "الفئات:";
"First:" = "الاول:";
"Last:" = "الاخير:";
"Nickname:" = "الاسم الرمزي:";
"Nickname" = "الاسم الرمزي";
"Telephone" = "رقم الهاتف:";
"Work:" = "العمل:";
@ -103,25 +103,25 @@
"New category" = "فئة جديدة";
/* adresses */
"Title:" = "اللقب:";
"Title" = "اللقب";
"Service:" = "الخدمة:";
"Company:" = "الشركة:";
"Department:" = "الادارة:";
"Organization:" = "الجهة";
"Address:" = "العنوان:";
"City:" = "المدينة:";
"City" = "المدينة";
"State_Province:" = "الولاية / الاقليم / المحافظة:";
"ZIP_Postal Code:" = "الرمز البريدي:";
"Country:" = "الدولة:";
"Country" = "الدولة";
"Web Page:" = "صفحة الانترنت:";
"Work" = "العمل";
"Other Infos" = "معلومات أخرى";
"Note:" = "ملاحظة:";
"Note" = "ملاحظة";
"Timezone:" = "المنطقة الزمنية:";
"Birthday:" = "تاريخ الميلاد:";
"Birthday (yyyy-mm-dd):" = "تاريخ الميلاد (يوم-شهر-سنة):";
"Birthday" = "تاريخ الميلاد";
"Birthday (yyyy-mm-dd)" = "تاريخ الميلاد (يوم-شهر-سنة)";
"Freebusy URL:" = "موقع مشغول /حر:";
"Add as..." = "إضافة إلى ...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "تفاصيل القائمة";
"List name:" = "اسم القائمة/";
"List nickname:" = "اسم القائمة الرمزي:";
"List description:" = "وصف القائمة:";
"List name" = "اسم القائمة/";
"List nickname" = "اسم القائمة الرمزي";
"List description" = "وصف القائمة";
"Members" = "أعضاء";
"Contacts" = "جهات إتصال";
"Add" = "إضافة";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Ez dago harpidetzarako aukerarik";
"Preferred" = "Hobetsitakoa";
"Display:" = "Bistaratzea:";
"Display Name:" = "Erakusteko izena:";
"Display" = "Bistaratzea";
"Display Name" = "Erakusteko izena";
"Email:" = "Emaila:";
"Additional Email:" = "Beste emaila:";
"Phone Number:" = "Telefono zenbakia";
"Phone Number" = "Telefono zenbakia";
"Prefers to receive messages formatted as:" = "Nahiago du mezuak honako formatuan jasotzea:";
"Screen Name:" = "Pantailaren izena";
"Categories:" = "Kategoriak:";
"First:" = "Lehenengoa:";
"Last:" = "Azkena:";
"Nickname:" = "Goitizena:";
"Nickname" = "Goitizena";
"Telephone" = "Telefonoa:";
"Work:" = "Lana:";
@ -103,25 +103,25 @@
"New category" = "Kategoria berria";
/* adresses */
"Title:" = "Izenburua";
"Title" = "Izenburua";
"Service:" = "Zerbitzua:";
"Company:" = "Enpresa";
"Department:" = "Saila";
"Organization:" = "Saila:";
"Address:" = "Helbidea";
"City:" = "Herria";
"City" = "Herria";
"State_Province:" = "Estatua / Probintzia";
"ZIP_Postal Code:" = "Posta kodea";
"Country:" = "Herrialdea";
"Country" = "Herrialdea";
"Web Page:" = "Web orria";
"Work" = "Lana";
"Other Infos" = "Bestelako informazioak";
"Note:" = "Ohar:";
"Note" = "Ohar";
"Timezone:" = "Ordu-zona:";
"Birthday:" = "Jaiotze data:";
"Birthday (yyyy-mm-dd):" = "Jaiotze data (uuuu-hh-ee):";
"Birthday" = "Jaiotze data";
"Birthday (yyyy-mm-dd)" = "Jaiotze data (uuuu-hh-ee)";
"Freebusy URL:" = "LibreLanpetu URL-a:";
"Add as..." = "Gehitu honela...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Zerrendaren xehetasunak";
"List name:" = "Zerrendaren izena:";
"List nickname:" = "Zerrendaren goitizena:";
"List description:" = "Zerrendaren deskribapena:";
"List name" = "Zerrendaren izena";
"List nickname" = "Zerrendaren goitizena";
"List description" = "Zerrendaren deskribapena";
"Members" = "Kideak";
"Contacts" = "Kontaktuak";
"Add" = "Gehitu";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Sem possibilidades de inscrição";
"Preferred" = "Preferido";
"Display:" = "Exibição:";
"Display Name:" = "Exibir Nome:";
"Display" = "Exibição";
"Display Name" = "Exibir Nome";
"Email:" = "Endereço de Email:";
"Additional Email:" = "Email Adicional:";
"Phone Number:" = "Telefone:";
"Phone Number" = "Telefone";
"Prefers to receive messages formatted as:" = "Prefere receber mensagens formatadas como:";
"Screen Name:" = "Nome de Exibição:";
"Categories:" = "Categorias:";
"First:" = "Primeiro Nome:";
"Last:" = "Último Nome:";
"Nickname:" = "Apelido:";
"Nickname" = "Apelido";
"Telephone" = "Telefone";
"Work:" = "Comercial:";
@ -103,25 +103,25 @@
"New category" = "Nova categoria";
/* adresses */
"Title:" = "Título:";
"Title" = "Título";
"Service:" = "Serviço:";
"Company:" = "Empresa:";
"Department:" = "Departamento";
"Organization:" = "Organização";
"Address:" = "Endereço:";
"City:" = "Cidade:";
"City" = "Cidade";
"State_Province:" = "Estado:";
"ZIP_Postal Code:" = "CEP:";
"Country:" = "País:";
"Country" = "País";
"Web Page:" = "Página Web:";
"Work" = "Comercial";
"Other Infos" = "Outras Informações";
"Note:" = "Notas:";
"Note" = "Notas";
"Timezone:" = "Fuso Horário:";
"Birthday:" = "Aniversário:";
"Birthday (yyyy-mm-dd):" = "Aniversário (yyyy-mm-dd):";
"Birthday" = "Aniversário";
"Birthday (yyyy-mm-dd)" = "Aniversário (yyyy-mm-dd)";
"Freebusy URL:" = "URL Livre/Ocupado:";
"Add as..." = "Adicionar como...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Detalhes da lista";
"List name:" = "Lista nome:";
"List nickname:" = "Lista Apelido:";
"List description:" = "Lista descrição:";
"List name" = "Lista nome";
"List nickname" = "Lista Apelido";
"List description" = "Lista descrição";
"Members" = "Membros";
"Contacts" = "Contatos";
"Add" = "Adicionar";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "La subscripció no és possible";
"Preferred" = "Preferit";
"Display:" = "Nom mostrat:";
"Display Name:" = "Nom:";
"Display" = "Nom mostrat";
"Display Name" = "Nom";
"Email:" = "Correu electrònic:";
"Additional Email:" = "Un altre correu electrònic:";
"Phone Number:" = "Número de telèfon:";
"Phone Number" = "Número de telèfon";
"Prefers to receive messages formatted as:" = "Prefereix rebre missatges amb format:";
"Screen Name:" = "Nom d'usuari:";
"Categories:" = "Categories:";
"First:" = "Nom:";
"Last:" = "Cognoms:";
"Nickname:" = "Àlies:";
"Nickname" = "Àlies";
"Telephone" = "Telèfon";
"Work:" = "Feina:";
@ -103,25 +103,25 @@
"New category" = "New category";
/* adresses */
"Title:" = "Títol:";
"Title" = "Títol";
"Service:" = "Servei:";
"Company:" = "Companyia:";
"Department:" = "Departament:";
"Organization:" = "Organització:";
"Address:" = "Domicili:";
"City:" = "Ciutat:";
"City" = "Ciutat";
"State_Province:" = "Estat/província/comarca:";
"ZIP_Postal Code:" = "Codi postal:";
"Country:" = "País:";
"Country" = "País";
"Web Page:" = "Web:";
"Work" = "Treball";
"Other Infos" = "Altres dades";
"Note:" = "Nota:";
"Note" = "Nota";
"Timezone:" = "Zona hor.:";
"Birthday:" = "Data de naixement:";
"Birthday (yyyy-mm-dd):" = "Data naixement (yyyy-mm-dd):";
"Birthday" = "Data de naixement";
"Birthday (yyyy-mm-dd)" = "Data naixement (yyyy-mm-dd)";
"Freebusy URL:" = "URL disponibilitat:";
"Add as..." = "Afegir com a...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Detalls de la llista";
"List name:" = "Nom de la llista:";
"List nickname:" = "Àlies de la llista:";
"List description:" = "Descripcció de la llista:";
"List name" = "Nom de la llista";
"List nickname" = "Àlies de la llista";
"List description" = "Descripcció de la llista";
"Members" = "Membres";
"Contacts" = "Contactes";
"Add" = "Afegir";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "不可訂閱";
"Preferred" = "首選";
"Display:" = "顯示:";
"Display Name:" = "顯示名稱:";
"Display" = "顯示";
"Display Name" = "顯示名稱";
"Email:" = "郵件:";
"Additional Email:" = "添加的郵件:";
"Phone Number:" = "電話號碼:";
"Phone Number" = "電話號碼";
"Prefers to receive messages formatted as:" = "喜愛的接收訊息格式為:";
"Screen Name:" = "顯示名稱:";
"Categories:" = "類别:";
"First:" = "名:";
"Last:" = "姓:";
"Nickname:" = "暱稱:";
"Nickname" = "暱稱";
"Telephone" = "電話";
"Work:" = "辦公:";
@ -103,25 +103,25 @@
"New category" = "新類別";
/* adresses */
"Title:" = "頭銜:";
"Title" = "頭銜";
"Service:" = "服務:";
"Company:" = "公司:";
"Department:" = "部門:";
"Organization:" = "组織:";
"Address:" = "地址:";
"City:" = "城市:";
"City" = "城市";
"State_Province:" = "州/省:";
"ZIP_Postal Code:" = "ZIP/郵遞區號:";
"Country:" = "國家:";
"Country" = "國家";
"Web Page:" = "網页:";
"Work" = "辦公";
"Other Infos" = "其他資訊";
"Note:" = "備註:";
"Note" = "備註";
"Timezone:" = "時區:";
"Birthday:" = "生日:";
"Birthday (yyyy-mm-dd):" = "生日 (yyyy-mm-dd):";
"Birthday" = "生日";
"Birthday (yyyy-mm-dd)" = "生日 (yyyy-mm-dd)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "新增為...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "列出明细";
"List name:" = "列出名字:";
"List nickname:" = "列出暱稱:";
"List description:" = "列出說明:";
"List name" = "列出名字";
"List nickname" = "列出暱稱";
"List description" = "列出說明";
"Members" = "成員";
"Contacts" = "連絡人";
"Add" = "新增";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Žádné možné odebírání";
"Preferred" = "Upřednostňovaný";
"Display:" = "Zobrazované jméno:";
"Display Name:" = "Zobrazované jméno:";
"Display" = "Zobrazované jméno";
"Display Name" = "Zobrazované jméno";
"Email:" = "E-mail:";
"Additional Email:" = "Další e-mail:";
"Phone Number:" = "Telefonní číslo:";
"Phone Number" = "Telefonní číslo";
"Prefers to receive messages formatted as:" = "Upřednostňovaný formát zpráv:";
"Screen Name:" = "Zobrazované jméno:";
"Categories:" = "Kategorie:";
"First:" = "Křestní jméno:";
"Last:" = "Příjmení:";
"Nickname:" = "Přezdívka:";
"Nickname" = "Přezdívka";
"Telephone" = "Telefon";
"Work:" = "Zaměstnání:";
@ -103,25 +103,25 @@
"New category" = "Nová kategorie";
/* adresses */
"Title:" = "Pozice:";
"Title" = "Pozice";
"Service:" = "Služba:";
"Company:" = "Společnost:";
"Department:" = "Oddělení:";
"Organization:" = "Organizace:";
"Address:" = "Adresa:";
"City:" = "Město:";
"City" = "Město";
"State_Province:" = "Stát/Provincie:";
"ZIP_Postal Code:" = "PSČ:";
"Country:" = "Země:";
"Country" = "Země";
"Web Page:" = "Web:";
"Work" = "Zaměstnání";
"Other Infos" = "Ostatní informace";
"Note:" = "Poznámka:";
"Note" = "Poznámka";
"Timezone:" = "Časové pásmo:";
"Birthday:" = "Datum narození";
"Birthday (yyyy-mm-dd):" = "Datum narození (yyyy-mm-dd):";
"Birthday" = "Datum narození";
"Birthday (yyyy-mm-dd)" = "Datum narození (yyyy-mm-dd)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Přidat jako...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Skupina";
"List name:" = "Název:";
"List nickname:" = "Zkratka:";
"List description:" = "Popis:";
"List name" = "Název";
"List nickname" = "Zkratka";
"List description" = "Popis";
"Members" = "Členové skupiny";
"Contacts" = "Kontakty";
"Add" = "Přidat";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Intet muligt abonnement";
"Preferred" = "Foretrukket";
"Display:" = "Vis:";
"Display Name:" = "Vist navn:";
"Display" = "Vis";
"Display Name" = "Vist navn";
"Email:" = "E-mail:";
"Additional Email:" = "ekstra e-mails:";
"Phone Number:" = "Telefonnummer:";
"Phone Number" = "Telefonnummer";
"Prefers to receive messages formatted as:" = "Foretrækker at modtage beskeder formateret som:";
"Screen Name:" = "Skærmnavn:";
"Categories:" = "Kategorier:";
"First:" = "Først:";
"Last:" = "Sidst:";
"Nickname:" = "Kaldenavn:";
"Nickname" = "Kaldenavn";
"Telephone" = "Telefon";
"Work:" = "Arbejde:";
@ -103,25 +103,25 @@
"New category" = "Ny kategori";
/* adresses */
"Title:" = "Titel:";
"Title" = "Titel";
"Service:" = "Service:";
"Company:" = "Firma:";
"Department:" = "Afdeling:";
"Organization:" = "Organisation:";
"Address:" = "Adresse:";
"City:" = "By:";
"City" = "By";
"State_Province:" = "Stat / provins:";
"ZIP_Postal Code:" = "ZIP/Postnr.:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Hjemmeside:";
"Work" = "Arbejde";
"Other Infos" = "Andet info";
"Note:" = "Bemærk:";
"Note" = "Bemærk";
"Timezone:" = "Tidszone:";
"Birthday:" = "Fødselsdag:";
"Birthday (yyyy-mm-dd):" = "Fødselsdag (dd-mm-åååå):";
"Birthday" = "Fødselsdag";
"Birthday (yyyy-mm-dd)" = "Fødselsdag (dd-mm-åååå)";
"Freebusy URL:" = "Ledig/optaget URL:";
"Add as..." = "Tilføj som ...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Liste detaljer";
"List name:" = "Liste navn:";
"List nickname:" = "Liste kaldenavn:";
"List description:" = "Liste beskrivelse:";
"List name" = "Liste navn";
"List nickname" = "Liste kaldenavn";
"List description" = "Liste beskrivelse";
"Members" = "Medlemmer";
"Contacts" = "Kontaktpersoner";
"Add" = "Tilføj";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Abonnement niet mogelijk";
"Preferred" = "Voorkeurs-";
"Display:" = "Weergave:";
"Display Name:" = "Weergavenaam:";
"Display" = "Weergave";
"Display Name" = "Weergavenaam";
"Email:" = "E-mail:";
"Additional Email:" = "Alternatieve e-mail:";
"Phone Number:" = "Telefoon:";
"Phone Number" = "Telefoon";
"Prefers to receive messages formatted as:" = "Geeft voorkeur aan berichten geformatteerd als:";
"Screen Name:" = "Weergavenaam:";
"Categories:" = "Categorieën:";
"First:" = "Voornaam:";
"Last:" = "Achternaam:";
"Nickname:" = "Nickname:";
"Nickname" = "Nickname";
"Telephone" = "Telefoon:";
"Work:" = "Werk:";
@ -103,25 +103,25 @@
"New category" = "Niewe categorie";
/* adresses */
"Title:" = "Titel:";
"Title" = "Titel";
"Service:" = "Service:";
"Company:" = "Bedrijf:";
"Department:" = "Afdeling:";
"Organization:" = "Organisatie:";
"Address:" = "Adres:";
"City:" = "Plaats:";
"City" = "Plaats";
"State_Province:" = "Provincie:";
"ZIP_Postal Code:" = "Postcode:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Website:";
"Work" = "Werk";
"Other Infos" = "Overige";
"Note:" = "Notitie:";
"Note" = "Notitie";
"Timezone:" = "Tijdzone:";
"Birthday:" = "Geboortedatum:";
"Birthday (yyyy-mm-dd):" = "Geboortedatum (yyyy-mm-dd):";
"Birthday" = "Geboortedatum";
"Birthday (yyyy-mm-dd)" = "Geboortedatum (yyyy-mm-dd)";
"Freebusy URL:" = "Beschikbaarheids-URL (Free/Busy):";
"Add as..." = "Toevoegen als ...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Toon details";
"List name:" = "Lijst-naam:";
"List nickname:" = "Lijst-bijnaam:";
"List description:" = "Beschrijving:";
"List name" = "Lijst-naam";
"List nickname" = "Lijst-bijnaam";
"List description" = "Beschrijving";
"Members" = "Leden";
"Contacts" = "Contactpersonen";
"Add" = "Toevoegen";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "No possible subscription";
"Preferred" = "Preferred";
"Display:" = "Display:";
"Display Name:" = "Display Name:";
"Display" = "Display";
"Display Name" = "Display Name";
"Email:" = "Email:";
"Additional Email:" = "Additional Email:";
"Phone Number:" = "Phone Number:";
"Phone Number" = "Phone Number";
"Prefers to receive messages formatted as:" = "Prefers to receive messages formatted as:";
"Screen Name:" = "Screen Name:";
"Categories:" = "Categories:";
"First:" = "First:";
"Last:" = "Last:";
"Nickname:" = "Nickname:";
"Nickname" = "Nickname";
"Telephone" = "Telephone";
"Work:" = "Work:";
@ -103,25 +103,25 @@
"New category" = "New category";
/* adresses */
"Title:" = "Title:";
"Title" = "Title";
"Service:" = "Service:";
"Company:" = "Company:";
"Department:" = "Department:";
"Organization:" = "Organization:";
"Address:" = "Address:";
"City:" = "City: ";
"City" = "City ";
"State_Province:" = "State/Province:";
"ZIP_Postal Code:" = "ZIP/Postal Code:";
"Country:" = "Country:";
"Country" = "Country";
"Web Page:" = "Web Page:";
"Work" = "Work";
"Other Infos" = "Other Infos";
"Note:" = "Note:";
"Note" = "Note";
"Timezone:" = "Timezone:";
"Birthday:" = "Birthday:";
"Birthday (yyyy-mm-dd):" = "Birthday (yyyy-mm-dd):";
"Birthday" = "Birthday";
"Birthday (yyyy-mm-dd)" = "Birthday (yyyy-mm-dd)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Add as...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "List details";
"List name:" = "List name:";
"List nickname:" = "List nickname:";
"List description:" = "List description:";
"List name" = "List name";
"List nickname" = "List nickname";
"List description" = "List description";
"Members" = "Members";
"Contacts" = "Contacts";
"Add" = "Add";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Tilaus ei mahdollinen";
"Preferred" = "Ensisijainen";
"Display:" = "Näyttö:";
"Display Name:" = "Näyttönimi:";
"Display" = "Näyttö";
"Display Name" = "Näyttönimi";
"Email:" = "Email:";
"Additional Email:" = "Lisäsähköpostiosoite:";
"Phone Number:" = "Puhelinnumero:";
"Phone Number" = "Puhelinnumero";
"Prefers to receive messages formatted as:" = "Vastaanottaa viestejä muotoiltuna ensisijaisesti:";
"Screen Name:" = "Näytettävä nimi:";
"Categories:" = "Kategoriat:";
"First:" = "Etunimi:";
"Last:" = "Sukunimi:";
"Nickname:" = "Lempinimi:";
"Nickname" = "Lempinimi";
"Telephone" = "Puhelin";
"Work:" = "Työ:";
@ -103,25 +103,25 @@
"New category" = "Uusi kategoria";
/* adresses */
"Title:" = "Titteli:";
"Title" = "Titteli";
"Service:" = "Palvelu:";
"Company:" = "Yritys:";
"Department:" = "Osasto:";
"Organization:" = "Organisaatio:";
"Address:" = "Osoite:";
"City:" = "Kaupunki: ";
"City" = "Kaupunki ";
"State_Province:" = "Maakunta:";
"ZIP_Postal Code:" = "Postinumero:";
"Country:" = "Maa:";
"Country" = "Maa";
"Web Page:" = "Web sivu:";
"Work" = "Työ";
"Other Infos" = "Muuta tietoa";
"Note:" = "Huomautus:";
"Note" = "Huomautus";
"Timezone:" = "Aikavyöhyke:";
"Birthday:" = "Syntymäpäivä:";
"Birthday (yyyy-mm-dd):" = "Syntymäpäivä (vvvv-kk-pp):";
"Birthday" = "Syntymäpäivä";
"Birthday (yyyy-mm-dd)" = "Syntymäpäivä (vvvv-kk-pp)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Lisää nimellä...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Luettelon tiedot";
"List name:" = "Luettelon nimi:";
"List nickname:" = "Luettelon lempinimi:";
"List description:" = "Luettelon kuvaus:";
"List name" = "Luettelon nimi";
"List nickname" = "Luettelon lempinimi";
"List description" = "Luettelon kuvaus";
"Members" = "Jäsenet";
"Contacts" = "Yhteystiedot";
"Add" = "Lisää";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Aucune inscription possible";
"Preferred" = "Préféré";
"Display:" = "Nom à afficher :";
"Display Name:" = "Nom à afficher :";
"Display" = "Nom à afficher ";
"Display Name" = "Nom à afficher ";
"Email:" = "Adresse électronique :";
"Additional Email:" = "Adresse alternative :";
"Phone Number:" = "Numéro de téléphone :";
"Phone Number" = "Numéro de téléphone ";
"Prefers to receive messages formatted as:" = "Préfère recevoir les messages au format :";
"Screen Name:" = "Pseudo :";
"Categories:" = "Catégories :";
"First:" = "Prénom :";
"Last:" = "Nom :";
"Nickname:" = "Surnom :";
"Nickname" = "Surnom ";
"Telephone" = "Téléphone";
"Work:" = "Travail :";
@ -103,25 +103,25 @@
"New category" = "Nouvelle catégorie";
/* adresses */
"Title:" = "Fonction :";
"Title" = "Fonction ";
"Service:" = "Service:";
"Company:" = "Company:";
"Department:" = "Service :";
"Organization:" = "Société :";
"Address:" = "Adresse :";
"City:" = "Ville/Localité :";
"City" = "Ville/Localité ";
"State_Province:" = "État/Prov. :";
"ZIP_Postal Code:" = "Code postal :";
"Country:" = "Pays :";
"Country" = "Pays ";
"Web Page:" = "Page Web:";
"Work" = "Professionnelle";
"Other Infos" = "Informations complémentaires";
"Note:" = "Remarques :";
"Note" = "Remarques ";
"Timezone:" = "Fuseau horaire :";
"Birthday:" = "D. naissance:";
"Birthday (yyyy-mm-dd):" = "D. naissance (aaaa-mm-jj):";
"Birthday" = "D. naissance";
"Birthday (yyyy-mm-dd)" = "D. naissance (aaaa-mm-jj)";
"Freebusy URL:" = "Adresse du FreeBusy :";
"Add as..." = "Ajouter...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Détails";
"List name:" = "Liste:";
"List nickname:" = "Surnom:";
"List description:" = "Description:";
"List name" = "Liste";
"List nickname" = "Surnom";
"List description" = "Description";
"Members" = "Membres";
"Contacts" = "Contacts";
"Add" = "Ajouter";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Kein Abonnieren möglich";
"Preferred" = "Bevorzugt";
"Display:" = "Anzeige:";
"Display Name:" = "Anzeigename:";
"Display" = "Anzeige";
"Display Name" = "Anzeigename";
"Email:" = "E-Mail:";
"Additional Email:" = "Zusätzliche E-Mail:";
"Phone Number:" = "Telefon:";
"Phone Number" = "Telefon";
"Prefers to receive messages formatted as:" = "Bevorzugt folgendes Nachrichten-Format:";
"Screen Name:" = "Messenger-Name:";
"Categories:" = "Kategorien:";
"First:" = "Vorname:";
"Last:" = "Nachname:";
"Nickname:" = "Spitzname:";
"Nickname" = "Spitzname";
"Telephone" = "Telefon";
"Work:" = "Dienstlich:";
@ -103,25 +103,25 @@
"New category" = "Neue Kategorie";
/* adresses */
"Title:" = "Titel:";
"Title" = "Titel";
"Service:" = "Dienst:";
"Company:" = "Firma:";
"Department:" = "Abteilung:";
"Organization:" = "Organisation:";
"Address:" = "Adresse:";
"City:" = "Stadt:";
"City" = "Stadt";
"State_Province:" = "Bundesland:";
"ZIP_Postal Code:" = "PLZ:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Webseite:";
"Work" = "Dienstlich";
"Other Infos" = "Andere Informationen";
"Note:" = "Notizen:";
"Note" = "Notizen";
"Timezone:" = "Zeitzone:";
"Birthday:" = "Geburtsdatum:";
"Birthday (yyyy-mm-dd):" = "Geburtsdatum (JJJJ-MM-TT):";
"Birthday" = "Geburtsdatum";
"Birthday (yyyy-mm-dd)" = "Geburtsdatum (JJJJ-MM-TT)";
"Freebusy URL:" = "Frei/Gebucht URL:";
"Add as..." = "Hinzufügen als ...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Details";
"List name:" = "Listenname:";
"List nickname:" = "Listen-Spitzname:";
"List description:" = "Beschreibung:";
"List name" = "Listenname";
"List nickname" = "Listen-Spitzname";
"List description" = "Beschreibung";
"Members" = "Mitglieder";
"Contacts" = "Kontakte";
"Add" = "Hinzufügen";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Nincs mappa, melyre feliratkozhat";
"Preferred" = "Preferált";
"Display:" = "Megjelenítendő név:";
"Display Name:" = "Megjelenítendő név:";
"Display" = "Megjelenítendő név";
"Display Name" = "Megjelenítendő név";
"Email:" = "Email cím:";
"Additional Email:" = "További email:";
"Phone Number:" = "Telefon:";
"Phone Number" = "Telefon";
"Prefers to receive messages formatted as:" = "Előnyben részesített üzenet formátum:";
"Screen Name:" = "Fedőnév:";
"Categories:" = "Kategóriák:";
"First:" = "Keresztnév:";
"Last:" = "Vezetéknév:";
"Nickname:" = "Becenév:";
"Nickname" = "Becenév";
"Telephone" = "Telefon";
"Work:" = "Munkahely:";
@ -103,25 +103,25 @@
"New category" = "Új kategória";
/* adresses */
"Title:" = "Cím:";
"Title" = "Cím";
"Service:" = "Szolgáltatás:";
"Company:" = "Vállalat:";
"Department:" = "Részleg:";
"Organization:" = "Szervezet:";
"Address:" = "Cím:";
"City:" = "Város:";
"City" = "Város";
"State_Province:" = "Állam/tartomány:";
"ZIP_Postal Code:" = "Irányítószám:";
"Country:" = "Ország:";
"Country" = "Ország";
"Web Page:" = "Web:";
"Work" = "Munkahely";
"Other Infos" = "Egyéb";
"Note:" = "Megjegyzés:";
"Note" = "Megjegyzés";
"Timezone:" = "Időzóna:";
"Birthday:" = "Születésnap:";
"Birthday (yyyy-mm-dd):" = "Születésnap (éééé-hh-nn):";
"Birthday" = "Születésnap";
"Birthday (yyyy-mm-dd)" = "Születésnap (éééé-hh-nn)";
"Freebusy URL:" = "Foglaltság URL:";
"Add as..." = "Hozzáadás mint...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Lista részletek";
"List name:" = "Lista név:";
"List nickname:" = "Lista becenév:";
"List description:" = "Lista leírás:";
"List name" = "Lista név";
"List nickname" = "Lista becenév";
"List description" = "Lista leírás";
"Members" = "Tagok";
"Contacts" = "Kapcsolatok";
"Add" = "Hozzáad";

View File

@ -77,19 +77,19 @@
"Preferred" = "Sjálfgefið";
"Card for %@" = "Nafnspjald fyrir %@";
"Display:" = "Birtingarnafn:";
"Display Name:" = "Birt nafn:";
"Display" = "Birtingarnafn";
"Display Name" = "Birt nafn";
"Email:" = "Tölvupóstfang:";
"Additional Email:" = "Auka tölvupóstfang:";
"Phone Number:" = "Símanúmer:";
"Phone Number" = "Símanúmer";
"Prefers to receive messages formatted as:" = "Kýs að taka á móti pósti með sniði:";
"Screen Name:" = "Skjánafn:";
"Categories:" = "Flokkar:";
"First:" = "Fornafn:";
"Last:" = "Eftirnafn:";
"Nickname:" = "Gælunafn:";
"Nickname" = "Gælunafn";
"Telephone" = "Sími";
"Work:" = "Vinnusími:";
@ -104,25 +104,25 @@
"New category" = "Nýr flokkur";
/* adresses */
"Title:" = "Titill:";
"Title" = "Titill";
"Service:" = "Þjónusta:";
"Company:" = "Fyrirtæki:";
"Department:" = "Deild:";
"Organization:" = "Fyrirtæki/Stofnun:";
"Address:" = "Heimilisfang:";
"City:" = "Borg: ";
"City" = "Borg ";
"State_Province:" = "Hérað/Fylki:";
"ZIP_Postal Code:" = "Póstnúmer:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Vefsíða:";
"Work" = "Vinna";
"Other Infos" = "Aðrar upplýsingar";
"Note:" = "Athugasemd:";
"Note" = "Athugasemd";
"Timezone:" = "Tímabelti:";
"Birthday:" = "Afmælisdagur:";
"Birthday (yyyy-mm-dd):" = "Afmælisdagur (yyyy-mm-dd):";
"Birthday" = "Afmælisdagur";
"Birthday (yyyy-mm-dd)" = "Afmælisdagur (yyyy-mm-dd)";
"Freebusy URL:" = "LaustUpptekið URL";
"Add as..." = "Bæta við sem...";
@ -185,9 +185,9 @@
/* Lists */
"List details" = "Ítarleg lýsing á lista:";
"List name:" = "Nafn lista:";
"List nickname:" = "Gælunafn lista:";
"List description:" = "Lýsing lista:";
"List name" = "Nafn lista";
"List nickname" = "Gælunafn lista";
"List description" = "Lýsing lista";
"Members" = "Meðlimir";
"Contacts" = "Tengiliðir";
"Add" = "Bæta við";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Nessuna sottoscrizione possibile";
"Preferred" = "Predefinito";
"Display:" = "Nome visualizzato:";
"Display Name:" = "Nome visualizzato:";
"Display" = "Nome visualizzato";
"Display Name" = "Nome visualizzato";
"Email:" = "Email:";
"Additional Email:" = "Email aggiuntiva:";
"Phone Number:" = "Numero di telefono:";
"Phone Number" = "Numero di telefono";
"Prefers to receive messages formatted as:" = "Formato preferito per i messaggi di posta:";
"Screen Name:" = "Nome Instant Messenger:";
"Categories:" = "Categorie:";
"First:" = "Nome:";
"Last:" = "Cognome";
"Nickname:" = "Soprannome:";
"Nickname" = "Soprannome";
"Telephone" = "Telefono";
"Work:" = "Lavoro:";
@ -103,25 +103,25 @@
"New category" = "Nuova categoria";
/* adresses */
"Title:" = "Titolo:";
"Title" = "Titolo";
"Service:" = "Service:";
"Company:" = "Società:";
"Department:" = "Reparto:";
"Organization:" = "Società:";
"Address:" = "Indirizzo:";
"City:" = "Città:";
"City" = "Città";
"State_Province:" = "Provincia:";
"ZIP_Postal Code:" = "CAP:";
"Country:" = "Nazione:";
"Country" = "Nazione";
"Web Page:" = "Pagina Web:";
"Work" = "Lavoro";
"Other Infos" = "Altre informazioni";
"Note:" = "Note:";
"Note" = "Note";
"Timezone:" = "Fuso orario:";
"Birthday:" = "Data di Nascita:";
"Birthday (yyyy-mm-dd):" = "Data di Nascita (yyyy-mm-dd):";
"Birthday" = "Data di Nascita";
"Birthday (yyyy-mm-dd)" = "Data di Nascita (yyyy-mm-dd)";
"Freebusy URL:" = "Libero-occupato URL:";
"Add as..." = "Aggiungi come...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Dettagli lista";
"List name:" = "Nome lista:";
"List nickname:" = "Soprannome lista:";
"List description:" = "Descrizione lista:";
"List name" = "Nome lista";
"List nickname" = "Soprannome lista";
"List description" = "Descrizione lista";
"Members" = "Membri";
"Contacts" = "Contatti";
"Add" = "Aggiungi";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Abonnering er ikke mulig";
"Preferred" = "Foretrukket";
"Display:" = "Vise:";
"Display Name:" = "Visningsnavn:";
"Display" = "Vise";
"Display Name" = "Visningsnavn";
"Email:" = "E-post:";
"Additional Email:" = "Ytterlige e-post:";
"Phone Number:" = "Telefonnummer:";
"Phone Number" = "Telefonnummer";
"Prefers to receive messages formatted as:" = "Foretrekker å motta melding formatert som:";
"Screen Name:" = "Skjermnavn:";
"Categories:" = "Kategorier:";
"First:" = "Fornavn:";
"Last:" = "Etternavn:";
"Nickname:" = "Kallenavn:";
"Nickname" = "Kallenavn";
"Telephone" = "Telefonnummer";
"Work:" = "Arbeid:";
@ -103,25 +103,25 @@
"New category" = "Ny kategori";
/* adresses */
"Title:" = "Tittel:";
"Title" = "Tittel";
"Service:" = "Funksjon:";
"Company:" = "Foretak:";
"Department:" = "Avdeling:";
"Organization:" = "Organisasjon:";
"Address:" = "Adresse:";
"City:" = "Poststed: ";
"City" = "Poststed ";
"State_Province:" = "Landsdel:";
"ZIP_Postal Code:" = "Postnummer:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Nettside:";
"Work" = "Arbeid";
"Other Infos" = "Øvrig informasjon";
"Note:" = "Anmerkning:";
"Note" = "Anmerkning";
"Timezone:" = "Tidssone:";
"Birthday:" = "Fødselsdag:";
"Birthday (yyyy-mm-dd):" = "Fødselsdag (åååå-mm-dd):";
"Birthday" = "Fødselsdag";
"Birthday (yyyy-mm-dd)" = "Fødselsdag (åååå-mm-dd)";
"Freebusy URL:" = "Ledigopptatt URL:";
"Add as..." = "Legg til som...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Informasjon om mailinglisten";
"List name:" = "Navn på mailingliste:";
"List nickname:" = "Kallenavn til mailingliste:";
"List description:" = "Beskrivelse av mailingliste:";
"List name" = "Navn på mailingliste";
"List nickname" = "Kallenavn til mailingliste";
"List description" = "Beskrivelse av mailingliste";
"Members" = "Medlemmer";
"Contacts" = "Kontakter";
"Add" = "Legg til";

View File

@ -77,19 +77,19 @@
"Preferred" = "Foretrukket";
"Card for %@" = "Adressekort for %@";
"Display:" = "Vise:";
"Display Name:" = "Visningsnamn:";
"Display" = "Vise";
"Display Name" = "Visningsnamn";
"Email:" = "E-post:";
"Additional Email:" = "Ytterlige e-post:";
"Phone Number:" = "Telefonnummer:";
"Phone Number" = "Telefonnummer";
"Prefers to receive messages formatted as:" = "Foretrekker å motta melding formatert som:";
"Screen Name:" = "Skjermnavn:";
"Categories:" = "Katagorier:";
"First:" = "Fornavn:";
"Last:" = "Etternavn:";
"Nickname:" = "Kallenavn:";
"Nickname" = "Kallenavn";
"Telephone" = "Telefonnummer";
"Work:" = "Arbeid:";
@ -104,25 +104,25 @@
"New category" = "Ny katagori";
/* adresses */
"Title:" = "Tittel:";
"Title" = "Tittel";
"Service:" = "Funksjon:";
"Company:" = "Foretak:";
"Department:" = "Avdelning:";
"Organization:" = "Organisation:";
"Address:" = "Adresse:";
"City:" = "Poststed: ";
"City" = "Poststed ";
"State_Province:" = "Landsdel:";
"ZIP_Postal Code:" = "Postnummer:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Webside:";
"Work" = "Arbeid";
"Other Infos" = "Øvrig";
"Note:" = "Anmerkning:";
"Note" = "Anmerkning";
"Timezone:" = "Tidssone:";
"Birthday:" = "Fødselsdag:";
"Birthday (yyyy-mm-dd):" = "Fødselsdag (yyyy-mm-dd):";
"Birthday" = "Fødselsdag";
"Birthday (yyyy-mm-dd)" = "Fødselsdag (yyyy-mm-dd)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Legg til som...";
@ -185,9 +185,9 @@
/* Lists */
"List details" = "Informasjon om mailinglisten";
"List name:" = "Navn på mailingliste:";
"List nickname:" = "Kallenavn til mailingliste:";
"List description:" = "Beskrivelse:";
"List name" = "Navn på mailingliste";
"List nickname" = "Kallenavn til mailingliste";
"List description" = "Beskrivelse";
"Members" = "Medlemmer";
"Contacts" = "Kontakter";
"Add" = "Legg til";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Brak możliwej subskrypcji";
"Preferred" = "Preferowane";
"Display:" = "Wyświetl:";
"Display Name:" = "Nazwa wyświetlana:";
"Display" = "Wyświetl";
"Display Name" = "Nazwa wyświetlana";
"Email:" = "E-mail:";
"Additional Email:" = "Dodatkowy E-mail:";
"Phone Number:" = "Numer telefonu:";
"Phone Number" = "Numer telefonu";
"Prefers to receive messages formatted as:" = "Preferuje wiadomości w formacie:";
"Screen Name:" = "Nazwa ekranowa:";
"Categories:" = "Kategorie:";
"First:" = "Imię:";
"Last:" = "Nazwisko:";
"Nickname:" = "Pseudonim:";
"Nickname" = "Pseudonim";
"Telephone" = "Telefon";
"Work:" = "Praca:";
@ -103,25 +103,25 @@
"New category" = "Nowa kategoria";
/* adresses */
"Title:" = "Tytuł:";
"Title" = "Tytuł";
"Service:" = "Usługa:";
"Company:" = "Firma:";
"Department:" = "Oddział:";
"Organization:" = "Organizacja:";
"Address:" = "Adres:";
"City:" = "Miejscowość:";
"City" = "Miejscowość";
"State_Province:" = "Województwo:";
"ZIP_Postal Code:" = "Kod pocztowy:";
"Country:" = "Kraj:";
"Country" = "Kraj";
"Web Page:" = "Strona WWW:";
"Work" = "Praca";
"Other Infos" = "Inne informacje";
"Note:" = "Uwagi:";
"Note" = "Uwagi";
"Timezone:" = "Strefa czasowa:";
"Birthday:" = "Urodziny:";
"Birthday (yyyy-mm-dd):" = "Urodziny (yyyy-mm-dd):";
"Birthday" = "Urodziny";
"Birthday (yyyy-mm-dd)" = "Urodziny (yyyy-mm-dd)";
"Freebusy URL:" = "URL statusu wolny-zajęty:";
"Add as..." = "Dodaj jako";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Szczegóły listy";
"List name:" = "Nazwa listy:";
"List nickname:" = "Nick listy:";
"List description:" = "Opis listy:";
"List name" = "Nazwa listy";
"List nickname" = "Nick listy";
"List description" = "Opis listy";
"Members" = "Członkowie";
"Contacts" = "Kontakty";
"Add" = "Dodaj";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Нет возможных подписок";
"Preferred" = "Избранные";
"Display:" = "Показывать:";
"Display Name:" = "Отображаемое имя:";
"Display" = "Показывать";
"Display Name" = "Отображаемое имя";
"Email:" = "E-mail:";
"Additional Email:" = "Дополнительный E-mail:";
"Phone Number:" = "Номер телефона:";
"Phone Number" = "Номер телефона";
"Prefers to receive messages formatted as:" = "Предпочитает принимать сообщения, отформатированные следующим образом:";
"Screen Name:" = "Имя показа:";
"Categories:" = "Категории:";
"First:" = "Имя:";
"Last:" = "Последнее:";
"Nickname:" = "Ник:";
"Nickname" = "Ник";
"Telephone" = "Телефон";
"Work:" = "Рабочий телефон:";
@ -103,25 +103,25 @@
"New category" = "Новые категории";
/* adresses */
"Title:" = "Звание:";
"Title" = "Звание";
"Service:" = "Сервис:";
"Company:" = "Компания:";
"Department:" = "Отдел:";
"Organization:" = "Организация:";
"Address:" = "Адрес:";
"City:" = "Город:";
"City" = "Город";
"State_Province:" = "Область/штат:";
"ZIP_Postal Code:" = "ZIP/Postal Code:";
"Country:" = "Страна:";
"Country" = "Страна";
"Web Page:" = "Веб-страница:";
"Work" = "Работа";
"Other Infos" = "Другая информация";
"Note:" = "Примечание:";
"Note" = "Примечание";
"Timezone:" = "Часовой пояс:";
"Birthday:" = "День рождения";
"Birthday (yyyy-mm-dd):" = "День рождения (ГГГГ-ММ-ДД):";
"Birthday" = "День рождения";
"Birthday (yyyy-mm-dd)" = "День рождения (ГГГГ-ММ-ДД)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Добавить как...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Подробности списка";
"List name:" = "Имя списка:";
"List nickname:" = "Псевдоним списка:";
"List description:" = "Описание списка:";
"List name" = "Имя списка";
"List nickname" = "Псевдоним списка";
"List description" = "Описание списка";
"Members" = "Члены";
"Contacts" = "Контакты";
"Add" = "Добавить";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Žiadne možnosti odberu";
"Preferred" = "Preferovaný";
"Display:" = "Zobraz:";
"Display Name:" = "Zobrazované meno:";
"Display" = "Zobraz";
"Display Name" = "Zobrazované meno";
"Email:" = "Email:";
"Additional Email:" = "Další email:";
"Phone Number:" = "Telefónne číslo:";
"Phone Number" = "Telefónne číslo";
"Prefers to receive messages formatted as:" = "Preferuje prijímať správy formátované ako:";
"Screen Name:" = "Zobrazované meno:";
"Categories:" = "Kategórie:";
"First:" = "Meno:";
"Last:" = "Priezvisko:";
"Nickname:" = "Prezývka:";
"Nickname" = "Prezývka";
"Telephone" = "Telefón";
"Work:" = "Do práce:";
@ -103,25 +103,25 @@
"New category" = "Nová kategória";
/* adresses */
"Title:" = "Názov:";
"Title" = "Názov";
"Service:" = "Služba:";
"Company:" = "Spoločnosť:";
"Department:" = "Oddelenie:";
"Organization:" = "Organizácia:";
"Address:" = "Adresa:";
"City:" = "Mesto:";
"City" = "Mesto";
"State_Province:" = "Štát:";
"ZIP_Postal Code:" = "Poštové smerové číslo:";
"Country:" = "Krajina:";
"Country" = "Krajina";
"Web Page:" = "WWW stránka:";
"Work" = "Práca";
"Other Infos" = "Ostatné informácie";
"Note:" = "Poznámky:";
"Note" = "Poznámky";
"Timezone:" = "Časová zóna:";
"Birthday:" = "Narodeniny:";
"Birthday (yyyy-mm-dd):" = "Narodeniny (dd-mm-yyyy):";
"Birthday" = "Narodeniny";
"Birthday (yyyy-mm-dd)" = "Narodeniny (dd-mm-yyyy)";
"Freebusy URL:" = "URL voľný alebo obsadený:";
"Add as..." = "Pridaj ako...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Detaily zoznamu";
"List name:" = "Meno zoznamu:";
"List nickname:" = "Prezývka zoznamu:";
"List description:" = "Popis zoznamu:";
"List name" = "Meno zoznamu";
"List nickname" = "Prezývka zoznamu";
"List description" = "Popis zoznamu";
"Members" = "Členovia";
"Contacts" = "Kontakty";
"Add" = "Pridaj";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Naročnina ni mogoča";
"Preferred" = "Željeno";
"Display:" = "Prikaz:";
"Display Name:" = "Prikazno ime:";
"Display" = "Prikaz";
"Display Name" = "Prikazno ime";
"Email:" = "E-pošta:";
"Additional Email:" = "Dodatna e-pošta:";
"Phone Number:" = "Telefonska številka:";
"Phone Number" = "Telefonska številka";
"Prefers to receive messages formatted as:" = "Željen format za prejeta sporočila:";
"Screen Name:" = "Ime na zaslonu:";
"Categories:" = "Kategorije:";
"First:" = "Prvo:";
"Last:" = "Zadnje:";
"Nickname:" = "Vzdevek:";
"Nickname" = "Vzdevek";
"Telephone" = "Telefon";
"Work:" = "Služba:";
@ -103,25 +103,25 @@
"New category" = "Nova kategorija";
/* adresses */
"Title:" = "Naslov:";
"Title" = "Naslov";
"Service:" = "Storitev:";
"Company:" = "Podjetje:";
"Department:" = "Oddelek:";
"Organization:" = "Organizacija:";
"Address:" = "Naslov:";
"City:" = "Mesto:";
"City" = "Mesto";
"State_Province:" = "Država/Provinca:";
"ZIP_Postal Code:" = "ZIP/Poštna številka:";
"Country:" = "Država:";
"Country" = "Država";
"Web Page:" = "Spletna stran:";
"Work" = "Delo";
"Other Infos" = "Ostali podatki";
"Note:" = "Opomba:";
"Note" = "Opomba";
"Timezone:" = "Časovni pas:";
"Birthday:" = "Rojstni dan:";
"Birthday (yyyy-mm-dd):" = "Rojstni dan (llll-mm-dd):";
"Birthday" = "Rojstni dan";
"Birthday (yyyy-mm-dd)" = "Rojstni dan (llll-mm-dd)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Dodaj kot...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Podrobnosti seznama";
"List name:" = "Ime iz seznama:";
"List nickname:" = "Vzdevek iz seznama:";
"List description:" = "Opis iz seznama:";
"List name" = "Ime iz seznama";
"List nickname" = "Vzdevek iz seznama";
"List description" = "Opis iz seznama";
"Members" = "Člani";
"Contacts" = "Stiki";
"Add" = "Dodaj";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "No es posible la suscripción";
"Preferred" = "Preferido";
"Display:" = "Mostrar como:";
"Display Name:" = "Nombre a mostrar:";
"Display" = "Mostrar como";
"Display Name" = "Nombre a mostrar";
"Email:" = "Correo electrónico:";
"Additional Email:" = "Correo electrónico adicional:";
"Phone Number:" = "Número de teléfono:";
"Phone Number" = "Número de teléfono";
"Prefers to receive messages formatted as:" = "Formato preferido para los mensajes recibidos:";
"Screen Name:" = "Nombre en Pantalla:";
"Categories:" = "Categorías:";
"First:" = "Nombre:";
"Last:" = "Apellidos:";
"Nickname:" = "Alias:";
"Nickname" = "Alias";
"Telephone" = "Teléfono";
"Work:" = "Trabajo:";
@ -103,25 +103,25 @@
"New category" = "Nueva categoría";
/* adresses */
"Title:" = "Título:";
"Title" = "Título";
"Service:" = "Servicio:";
"Company:" = "Empresa:";
"Department:" = "Departamento:";
"Organization:" = "Organización:";
"Address:" = "Domicilio:";
"City:" = "Ciudad:";
"City" = "Ciudad";
"State_Province:" = "Estado/Provincia:";
"ZIP_Postal Code:" = "Código postal:";
"Country:" = "País:";
"Country" = "País";
"Web Page:" = "Web:";
"Work" = "Trabajo";
"Other Infos" = "Otra Información";
"Note:" = "Nota:";
"Note" = "Nota";
"Timezone:" = "Zona horaria:";
"Birthday:" = "Fecha de nacimiento:";
"Birthday (yyyy-mm-dd):" = "Fecha e nacimiento (aaaa-mm-dd):";
"Birthday" = "Fecha de nacimiento";
"Birthday (yyyy-mm-dd)" = "Fecha e nacimiento (aaaa-mm-dd)";
"Freebusy URL:" = "URL de disponibilidad:";
"Add as..." = "Añadir como...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Detalles de la lista";
"List name:" = "Nombre de la lista:";
"List nickname:" = "Alias de la lista:";
"List description:" = "descripción de la lista:";
"List name" = "Nombre de la lista";
"List nickname" = "Alias de la lista";
"List description" = "descripción de la lista";
"Members" = "Miembros";
"Contacts" = "Contactos";
"Add" = "Añadir";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "No es posible la suscripción";
"Preferred" = "Preferido";
"Display:" = "Mostrado:";
"Display Name:" = "Mostrar Nombre:";
"Display" = "Mostrado";
"Display Name" = "Mostrar Nombre";
"Email:" = "Correo electrónico:";
"Additional Email:" = "Correo electrónico Adicional:";
"Phone Number:" = "Número de teléfono:";
"Phone Number" = "Número de teléfono";
"Prefers to receive messages formatted as:" = "Formato preferido para los mensajes recibidos:";
"Screen Name:" = "Nombre en Pantalla:";
"Categories:" = "Categorias:";
"First:" = "Nombre:";
"Last:" = "Apellidos:";
"Nickname:" = "Alias:";
"Nickname" = "Alias";
"Telephone" = "Teléfono";
"Work:" = "Trabajo:";
@ -103,25 +103,25 @@
"New category" = "Nueva categoria";
/* adresses */
"Title:" = "Título:";
"Title" = "Título";
"Service:" = "Servicio:";
"Company:" = "Empresa:";
"Department:" = "Departamento:";
"Organization:" = "Organización:";
"Address:" = "Domicilio:";
"City:" = "Ciudad:";
"City" = "Ciudad";
"State_Province:" = "Estado/Provincia:";
"ZIP_Postal Code:" = "Código postal:";
"Country:" = "País:";
"Country" = "País";
"Web Page:" = "Web:";
"Work" = "Trabajo";
"Other Infos" = "Otra Información";
"Note:" = "Nota:";
"Note" = "Nota";
"Timezone:" = "Zona horaria:";
"Birthday:" = "Fecha nacimiento:";
"Birthday (yyyy-mm-dd):" = "Fecha nacimiento (aaaa-mm-dd):";
"Birthday" = "Fecha nacimiento";
"Birthday (yyyy-mm-dd)" = "Fecha nacimiento (aaaa-mm-dd)";
"Freebusy URL:" = "URL disponibilidad:";
"Add as..." = "Añadir como...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Detalles de la lista";
"List name:" = "Nombre de la lista:";
"List nickname:" = "Alias de la lista:";
"List description:" = "descripcion de la lista:";
"List name" = "Nombre de la lista";
"List nickname" = "Alias de la lista";
"List description" = "descripcion de la lista";
"Members" = "Miembros";
"Contacts" = "Contactos";
"Add" = "Añadir";

View File

@ -77,19 +77,19 @@
"Preferred" = "Föredragen";
"Card for %@" = "Adresskort för %@";
"Display:" = "Visa:";
"Display Name:" = "Visningsnamn:";
"Display" = "Visa";
"Display Name" = "Visningsnamn";
"Email:" = "E-post:";
"Additional Email:" = "Ytterligare e-post:";
"Phone Number:" = "Telefonnummer:";
"Phone Number" = "Telefonnummer";
"Prefers to receive messages formatted as:" = "Föredrar att få mottagna meddelanden kodade som:";
"Screen Name:" = "Skärmnamn:";
"Categories:" = "Kategorier:";
"First:" = "Förnamn:";
"Last:" = "Efternamn:";
"Nickname:" = "Kortnamn:";
"Nickname" = "Kortnamn";
"Telephone" = "Telefonnummer";
"Work:" = "Arbete:";
@ -104,25 +104,25 @@
"New category" = "Ny kategori";
/* adresses */
"Title:" = "Titel:";
"Title" = "Titel";
"Service:" = "Befattning:";
"Company:" = "Företag:";
"Department:" = "Avdelning:";
"Organization:" = "Organisation:";
"Address:" = "Adress:";
"City:" = "Stad: ";
"City" = "Stad ";
"State_Province:" = "Landsdel/Stat:";
"ZIP_Postal Code:" = "Postnummer:";
"Country:" = "Land:";
"Country" = "Land";
"Web Page:" = "Webbplats:";
"Work" = "Arbete";
"Other Infos" = "Övrigt";
"Note:" = "Anteckning:";
"Note" = "Anteckning";
"Timezone:" = "Tidzon:";
"Birthday:" = "Födelsedag:";
"Birthday (yyyy-mm-dd):" = "Födelsedag (yyyy-mm-dd):";
"Birthday" = "Födelsedag";
"Birthday (yyyy-mm-dd)" = "Födelsedag (yyyy-mm-dd)";
"Freebusy URL:" = "Ledig/upptagen URL:";
"Add as..." = "Lägg till som...";
@ -185,9 +185,9 @@
/* Lists */
"List details" = "Information om utskickslistan";
"List name:" = "Namn på utskickslistan:";
"List nickname:" = "Smeknamn på utskickslistan:";
"List description:" = "Beskrivning:";
"List name" = "Namn på utskickslistan";
"List nickname" = "Smeknamn på utskickslistan";
"List description" = "Beskrivning";
"Members" = "Medlemmar";
"Contacts" = "Kontakter";
"Add" = "Lägg till";

View File

@ -76,19 +76,19 @@
"No possible subscription" = "Відсутні підписки";
"Preferred" = "Найзручніше";
"Display:" = "Відображати як:";
"Display Name:" = "Ім’я, що відображається:";
"Display" = "Відображати як";
"Display Name" = "Ім’я, що відображається";
"Email:" = "Електронна пошта:";
"Additional Email:" = "Дод. електронна адреса:";
"Phone Number:" = "Номер телефону:";
"Phone Number" = "Номер телефону";
"Prefers to receive messages formatted as:" = "Вважає за краще отримувати пошту у форматі:";
"Screen Name:" = "Інтернет-пейджер:";
"Categories:" = "Категорії:";
"First:" = "Ім’я:";
"Last:" = "Прізвище:";
"Nickname:" = "Псевдонім:";
"Nickname" = "Псевдонім";
"Telephone" = "Телефон";
"Work:" = "Робочий:";
@ -103,25 +103,25 @@
"New category" = "Нова категорія";
/* adresses */
"Title:" = "Посада:";
"Title" = "Посада";
"Service:" = "Служба:";
"Company:" = "Організація:";
"Department:" = "Відділ:";
"Organization:" = "Організація:";
"Address:" = "Адреса:";
"City:" = "Місто:";
"City" = "Місто";
"State_Province:" = "Область, регіон:";
"ZIP_Postal Code:" = "Поштовий індекс:";
"Country:" = "Країна:";
"Country" = "Країна";
"Web Page:" = "Веб-сторінка:";
"Work" = "Робоча";
"Other Infos" = "Інша інформація";
"Note:" = "Примітки:";
"Note" = "Примітки";
"Timezone:" = "Часова зона:";
"Birthday:" = "День народження:";
"Birthday (yyyy-mm-dd):" = "Дата народження (рррр-мм-дд):";
"Birthday" = "День народження";
"Birthday (yyyy-mm-dd)" = "Дата народження (рррр-мм-дд)";
"Freebusy URL:" = "Freebusy URL:";
"Add as..." = "Додати як...";
@ -186,9 +186,9 @@
/* Lists */
"List details" = "Деталі списку";
"List name:" = "Назва списку:";
"List nickname:" = "Псевдонім списку:";
"List description:" = "Опис:";
"List name" = "Назва списку";
"List nickname" = "Псевдонім списку";
"List description" = "Опис";
"Members" = "Учасники";
"Contacts" = "Контакти";
"Add" = "Додати";

View File

@ -71,7 +71,7 @@
"Preferred" = "Fafriedig";
"Card for %@" = "Cerdyn i %@";
"Display Name:" = "Dangos Enw: ";
"Display Name" = "Dangos Enw ";
"Email:" = "Cyfeiriad ebost: ";
"Additional Email:" = "Additional Email:";
@ -80,7 +80,7 @@
"First:" = "Enw cyntaf: ";
"Last:" = "Cyfenw: ";
"Nickname:" = "Llysenw: ";
"Nickname" = "Llysenw ";
"Telephone" = "Teleffon";
"Work:" = "Gwaith: ";
@ -95,23 +95,23 @@
"New category" = "New category";
/* adresses */
"Title:" = "Teitl: ";
"Title" = "Teitl ";
"Service:" = "Gwasanaeth: ";
"Company:" = "Cwmni: ";
"Street Address:" = "Cyfeiriad Stryd: ";
"City:" = "Dinas: ";
"City" = "Dinas ";
"State_Province:" = "Sir/Talaith:";
"ZIP_Postal Code:" = "ZIP/Cod Post:";
"Country:" = "Gwlad:";
"Country" = "Gwlad";
"Web:" = "We: ";
"Work" = "gwaith";
"Other Infos" = "Gwybodaeth Arall";
"Note:" = "Nodyn: ";
"Note" = "Nodyn ";
"Timezone:" = "Cylchfa Amser: ";
"Birthday:" = "Penblwydd:";
"Birthday (yyyy-mm-dd):" = "Penblwydd (yyyy-mm-dd):";
"Birthday" = "Penblwydd";
"Birthday (yyyy-mm-dd)" = "Penblwydd (yyyy-mm-dd)";
"Freebusy URL:" = "Freebusy URL: ";
"Add as..." = "Ychwanegu fel...";
@ -174,9 +174,9 @@
/* Lists */
"List details" = "List details";
"List name:" = "List name:";
"List nickname:" = "List nickname:";
"List description:" = "List description:";
"List name" = "List name";
"List nickname" = "List nickname";
"List description" = "List description";
"Members" = "Members";
"Contacts" = "Contacts";
"Add" = "Add";

View File

@ -237,8 +237,8 @@
/* Folder operations */
"Name :" = "أسم:";
"Enter the new name of your folder :"
= "أدخل اسم جديد للمجلد:";
"Enter the new name of your folder "
= "أدخل اسم جديد للمجلد";
"Do you really want to move this folder into the trash ?"
= "هل تريد حقا نقل هذا المجلد إلى سلة المهملات؟";
"Operation failed" = "فشلت عملية";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "ez zaborra gisa";
"Run Junk Mail Controls" = "Exekutatu zabor-posta kontrolak";
"Search messages in:" = "Bilatu mezuak hemen:";
"Search messages in" = "Bilatu mezuak hemen";
"Search" = "Bilatu";
"Search subfolders" = "Bilatu azpikarpetak";
"Match any of the following" = "Irizpide hauetako edozein betetzen dituztenak";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Izena:";
"Enter the new name of your folder :"
= "Idatzi zure karpetaren izen berria:";
"Enter the new name of your folder "
= "Idatzi zure karpetaren izen berria";
"Do you really want to move this folder into the trash ?"
= "Ziur zaude karpeta hau zakarrontzira mugitu nahi duzula?";
"Operation failed" = "Eragiketak huts egin du";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Como Não é Lixo Eletrônico";
"Run Junk Mail Controls" = "Executar Controle de Lixo Eletrônico";
"Search messages in:" = "Pesquisar mensagens em:";
"Search messages in" = "Pesquisar mensagens em";
"Search" = "Pesquisar";
"Search subfolders" = "Pesquisar sub-pastas";
"Match any of the following" = "Combinar qualquer uma das seguintes";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nome :";
"Enter the new name of your folder :"
= "Informe o novo nome de sua pasta :";
"Enter the new name of your folder "
= "Informe o novo nome de sua pasta ";
"Do you really want to move this folder into the trash ?"
= "Você realmente quer mover esta pasta para a Lixeira ?";
"Operation failed" = "Falha na Operação";

View File

@ -239,8 +239,8 @@
/* Folder operations */
"Name :" = "Nom: ";
"Enter the new name of your folder :"
= "Introduïu el nom nou per a la carpeta: ";
"Enter the new name of your folder "
= "Introduïu el nom nou per a la carpeta ";
"Do you really want to move this folder into the trash ?"
= "Voleu moure aquesta carpeta a la paperera?";
"Operation failed" = "Operació no vàlida";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "這不是垃圾郵件";
"Run Junk Mail Controls" = "執行垃圾郵件管制";
"Search messages in:" = "搜尋信件在:";
"Search messages in" = "搜尋信件在";
"Search" = "搜尋";
"Search subfolders" = "搜尋子資料匣";
"Match any of the following" = "符合下列任一條件";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "名稱:";
"Enter the new name of your folder :"
= "輸入新資料匣名稱 :";
"Enter the new name of your folder "
= "輸入新資料匣名稱 ";
"Do you really want to move this folder into the trash ?"
= "是否確定將這個資料匣移到垃圾桶?";
"Operation failed" = "操作失敗";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Jako vyžádané";
"Run Junk Mail Controls" = "Spustit kontrolu nevyžádaných";
"Search messages in:" = "Hledat zprávy v:";
"Search messages in" = "Hledat zprávy v";
"Search" = "Hledat";
"Search subfolders" = "Hledat v podsložkách";
"Match any of the following" = "Odpovídající některému pravidlu";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Jméno :";
"Enter the new name of your folder :"
= "Zadejte nový název Vaší složky :";
"Enter the new name of your folder "
= "Zadejte nový název Vaší složky ";
"Do you really want to move this folder into the trash ?"
= "Opravdu chcete tuto složku vyhodit do koše ?";
"Operation failed" = "Operace selhala";

View File

@ -237,8 +237,8 @@
/* Folder operations */
"Name :" = "Navn:";
"Enter the new name of your folder :"
= "Indtast det nye navn på din mappe:";
"Enter the new name of your folder "
= "Indtast det nye navn på din mappe";
"Do you really want to move this folder into the trash ?"
= "Er du sikker på, at du vil flytte denne mappe til papirkurven?";
"Operation failed" = "Handlingen mislykkedes";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Als gewenst";
"Run Junk Mail Controls" = "Ongewenste berichtenfilter starten";
"Search messages in:" = "Zoek berichten in:";
"Search messages in" = "Zoek berichten in";
"Search" = "Zoeken";
"Search subfolders" = "Zoek in submappen";
"Match any of the following" = "Gelijk aan een van de volgende";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Naam:";
"Enter the new name of your folder :"
= "Geef de nieuw naam van de map op:";
"Enter the new name of your folder "
= "Geef de nieuw naam van de map op";
"Do you really want to move this folder into the trash ?"
= "Weet u zeker dat u deze map naar de prullenbak wilt verplaatsen?";
"Operation failed" = "Bewerking mislukt.";

View File

@ -243,7 +243,7 @@
"As Not Junk" = "As Not Junk";
"Run Junk Mail Controls" = "Run Junk Mail Controls";
"Search messages in:" = "Search messages in:";
"Search messages in" = "Search messages in";
"Search" = "Search";
"Search subfolders" = "Search subfolders";
"Match any of the following" = "Match any of the following";
@ -257,8 +257,8 @@
/* Folder operations */
"Name :" = "Name :";
"Enter the new name of your folder :"
= "Enter the new name of your folder :";
"Enter the new name of your folder "
= "Enter the new name of your folder ";
"Do you really want to move this folder into the trash ?"
= "Do you really want to move this folder into the trash ?";
"Operation failed" = "Operation failed";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Ei roskaksi";
"Run Junk Mail Controls" = "Käynnistä roskapostien hallinta";
"Search messages in:" = "Etsi viestejä:";
"Search messages in" = "Etsi viestejä";
"Search" = "Etsi";
"Search subfolders" = "Etsi alihakemistoista";
"Match any of the following" = "Täsmää mihin tahansa seuraavista";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nimi:";
"Enter the new name of your folder :"
= "Syötä kansiosi uusi nimi:";
"Enter the new name of your folder "
= "Syötä kansiosi uusi nimi";
"Do you really want to move this folder into the trash ?"
= "Oletko varma että haluat siirtää tämän kansion roskakoriin? ";
"Operation failed" = "Toiminto epäonnistui";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Comme acceptable";
"Run Junk Mail Controls" = "Lancer le contrôle des indésirables";
"Search messages in:" = "Rechercher dans :";
"Search messages in" = "Rechercher dans ";
"Search" = "Recherche";
"Search subfolders" = "Rechercher dans les sous-dossiers";
"Match any of the following" = "Répondant à un des critères suivants";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nom:";
"Enter the new name of your folder :"
= "Entrez le nouveau nom de votre dossier:";
"Enter the new name of your folder "
= "Entrez le nouveau nom de votre dossier";
"Do you really want to move this folder into the trash ?"
= "Voulez-vous vraiment déplacer le dossier sélectionné dans la corbeille?";
"Operation failed" = "L'opération a échoué.";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Kein Junk";
"Run Junk Mail Controls" = "Junk-Filter anwenden";
"Search messages in:" = "Nachrichten suchen in:";
"Search messages in" = "Nachrichten suchen in";
"Search" = "Suchen";
"Search subfolders" = "Durchsuche Unterordner";
"Match any of the following" = "Die auf mindestens eines der folgenden Muster passen";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Name:";
"Enter the new name of your folder :"
= "Geben Sie den Namen des neuen Ordners ein:";
"Enter the new name of your folder "
= "Geben Sie den Namen des neuen Ordners ein";
"Do you really want to move this folder into the trash ?"
= "Wollen Sie diesen Ordner wirklich in den Papierkorb verschieben?";
"Operation failed" = "Operation fehlgeschlagen.";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Nem szemétként";
"Run Junk Mail Controls" = "Levélszemétgyűjtő futtatása";
"Search messages in:" = "Üzenetek keresése ebben:";
"Search messages in" = "Üzenetek keresése ebben";
"Search" = "Keresés";
"Search subfolders" = "Keresés almappákban";
"Match any of the following" = "A következők egyikének feleljen meg";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Név:";
"Enter the new name of your folder :"
= "Adja meg az új mappa nevét:";
"Enter the new name of your folder "
= "Adja meg az új mappa nevét";
"Do you really want to move this folder into the trash ?"
= "Biztosan lomtárba kívánja helyezni ezt a mappát ?";
"Operation failed" = "A művelet megszakadt";

View File

@ -235,8 +235,8 @@
/* Folder operations */
"Name :" = "Nafn :";
"Enter the new name of your folder :"
= "Enter the new name of your folder :";
"Enter the new name of your folder "
= "Enter the new name of your folder ";
"Do you really want to move this folder into the trash ?"
= "Do you really want to move this folder into the trash ?";
"Operation failed" = "Aðgerðin mistókst";

View File

@ -237,8 +237,8 @@
/* Folder operations */
"Name :" = "Nome :";
"Enter the new name of your folder :"
= "Inserisci il nuovo nome della cartella :";
"Enter the new name of your folder "
= "Inserisci il nuovo nome della cartella ";
"Do you really want to move this folder into the trash ?"
= "Sei sicuro di voler spostare la cartella nel cestino ?";
"Operation failed" = "Operazione non riuscita";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Som ikke søppel";
"Run Junk Mail Controls" = "Kjør søppelpostkontroll";
"Search messages in:" = "Søk etter beskjeder i:";
"Search messages in" = "Søk etter beskjeder i";
"Search" = "Søk";
"Search subfolders" = "Søk i undermapper";
"Match any of the following" = "Passer noen av";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Navn : ";
"Enter the new name of your folder :"
= "Skriv navnet på mappen :";
"Enter the new name of your folder "
= "Skriv navnet på mappen ";
"Do you really want to move this folder into the trash ?"
= "Vil du virkelig flytte mappen til papirkurven ?";
"Operation failed" = "Operasjonen mislyktes";

View File

@ -235,8 +235,8 @@
/* Folder operations */
"Name :" = "Navn: ";
"Enter the new name of your folder :"
= "Skriv navnet på mappen: ";
"Enter the new name of your folder "
= "Skriv navnet på mappen ";
"Do you really want to move this folder into the trash ?"
= "Vil du virkelig flytte mappen till papirkurven?";
"Operation failed" = "Operasjonen misslykkes";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Jako nie-śmieć";
"Run Junk Mail Controls" = "Uruchom kontrolę wiadomości śmieci";
"Search messages in:" = "Szukaj wiadomości w:";
"Search messages in" = "Szukaj wiadomości w";
"Search" = "Szukaj";
"Search subfolders" = "Przeszukaj podfoldery";
"Match any of the following" = "Dopasuj dowolny z warunków";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nazwa :";
"Enter the new name of your folder :"
= "Wprowadź nową nazwę twojego folderu:";
"Enter the new name of your folder "
= "Wprowadź nową nazwę twojego folderu";
"Do you really want to move this folder into the trash ?"
= "Czy na pewno chcesz przenieść ten folder do kosza ?";
"Operation failed" = "Operacja nie powiodła się";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Не спам";
"Run Junk Mail Controls" = "Запустить фильтр спама";
"Search messages in:" = "Искать сообщения в:.";
"Search messages in" = "Искать сообщения в.";
"Search" = "Поиск";
"Search subfolders" = "Искать во вложенных папках";
"Match any of the following" = "Отвечают любому из следующих";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Имя :";
"Enter the new name of your folder :"
= "Введите новое имя папки :";
"Enter the new name of your folder "
= "Введите новое имя папки ";
"Do you really want to move this folder into the trash ?"
= "Вы действительно хотите перенести эту папку в корзину?";
"Operation failed" = "Операция завершилась неудачно";

View File

@ -239,8 +239,8 @@
/* Folder operations */
"Name :" = "Meno:";
"Enter the new name of your folder :"
= "Zadajte nové meno adresára:";
"Enter the new name of your folder "
= "Zadajte nové meno adresára";
"Do you really want to move this folder into the trash ?"
= "Skutočne chcete presunúť tento priečinok do koša?";
"Operation failed" = "Operácia zlyhala";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Kot zaželeno";
"Run Junk Mail Controls" = "Poženi nadzor nezaželene pošte";
"Search messages in:" = "Išči sporočila v:";
"Search messages in" = "Išči sporočila v";
"Search" = "Išči";
"Search subfolders" = "Išči podmape";
"Match any of the following" = "sklada se s katerimkoli od naslednjih";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Ime :";
"Enter the new name of your folder :"
= "Vpiši novo ime tvoje mape :";
"Enter the new name of your folder "
= "Vpiši novo ime tvoje mape ";
"Do you really want to move this folder into the trash ?"
= "Zares želiš premakniti to mapo v koš?";
"Operation failed" = "Dejanje ni uspelo";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Como correo normal";
"Run Junk Mail Controls" = "Ejecutar controles de correo basura";
"Search messages in:" = "Buscar mensajes en:";
"Search messages in" = "Buscar mensajes en";
"Search" = "Buscar";
"Search subfolders" = "Buscar en subcarpetas";
"Match any of the following" = "Coincidir con cualquiera de los siguientes criterios:";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nombre: ";
"Enter the new name of your folder :"
= "Introduzca el nuevo nombre de la carpeta: ";
"Enter the new name of your folder "
= "Introduzca el nuevo nombre de la carpeta ";
"Do you really want to move this folder into the trash ?"
= "¿Está seguro de que desea mover la carpeta a la papelera?";
"Operation failed" = "Operación fallida";

View File

@ -240,7 +240,7 @@
"As Not Junk" = "Como correo normal";
"Run Junk Mail Controls" = "Ejecutar controles de correo basura";
"Search messages in:" = "Buscar mensajes en:";
"Search messages in" = "Buscar mensajes en";
"Search" = "Buscar";
"Search subfolders" = "Buscar sub carpetas";
"Match any of the following" = "Cumplen cualquiera de las reglas siguientes";
@ -254,8 +254,8 @@
/* Folder operations */
"Name :" = "Nombre: ";
"Enter the new name of your folder :"
= "Introduzca el nuevo nombre de la carpeta: ";
"Enter the new name of your folder "
= "Introduzca el nuevo nombre de la carpeta ";
"Do you really want to move this folder into the trash ?"
= "¿Seguro que desea mover la carpeta a la papelera?";
"Operation failed" = "Operación fallida";

View File

@ -235,8 +235,8 @@
/* Folder operations */
"Name :" = "Namn: ";
"Enter the new name of your folder :"
= "Skriv namnet på mappen: ";
"Enter the new name of your folder "
= "Skriv namnet på mappen ";
"Do you really want to move this folder into the trash ?"
= "Vill du verkligen flytta mappen till papperskorgen?";
"Operation failed" = "Operationen misslyckades";

View File

@ -237,8 +237,8 @@
/* Folder operations */
"Name :" = "Назва :";
"Enter the new name of your folder :"
= "Введіть нову назву теки :";
"Enter the new name of your folder "
= "Введіть нову назву теки ";
"Do you really want to move this folder into the trash ?"
= "Ви справді бажаєте перенести цю теку до кошика?";
"Operation failed" = "Операція завершилась невдало";

View File

@ -235,8 +235,8 @@
/* Folder operations */
"Name :" = "Enw :";
"Enter the new name of your folder :"
= "Rhowch yr enw newydd ar eich ffolder :";
"Enter the new name of your folder "
= "Rhowch yr enw newydd ar eich ffolder ";
"Do you really want to move this folder into the trash ?"
= "A ydych yn sicr eich bod eisiau symudy ffolder yma i'r sbwriel ?";
"Operation failed" = "Gweithrediad wedi methu";

View File

@ -2,9 +2,9 @@
"title" = "سوجو";
"Username:" = "اسم المستخدم:";
"Password:" = "كلمة السر:";
"Domain:" = "النطاق:";
"Username" = "اسم المستخدم";
"Password" = "كلمة السر";
"Domain" = "النطاق";
"Remember username" = "تذكر اسم المستخدم";
"Connect" = "اتصل";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "بدلا من ذلك، يمكنك أيضا استخدام سفاري.";
"Download" = "نزِّل";
"Language:" = "اللغة:";
"Language" = "اللغة";
"choose" = "إختار ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Erabiltzailea:";
"Password:" = "Pasahitza:";
"Domain:" = "Domeinua";
"Username" = "Erabiltzailea";
"Password" = "Pasahitza";
"Domain" = "Domeinua";
"Remember username" = "Gogoratu erabiltzaile-izena";
"Connect" = "Konektatu";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Aukeran, Safari arakatzailea erabili dezakezu ere.";
"Download" = "Deskargatu";
"Language:" = "Hizkuntza";
"Language" = "Hizkuntza";
"choose" = "Aukeratu ...";
"Arabic" = "العربية";
"Catalan" = "Català";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Usuário:";
"Password:" = "Senha:";
"Domain:" = "Domínio:";
"Username" = "Usuário";
"Password" = "Senha";
"Domain" = "Domínio";
"Remember username" = "Lembrar login";
"Connect" = "Conectar";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativamente, você pode usar o Safari.";
"Download" = "Download";
"Language:" = "Idioma:";
"Language" = "Idioma";
"choose" = "Escolha ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Usuari:";
"Password:" = "Contrasenya:";
"Domain:" = "Domini:";
"Username" = "Usuari";
"Password" = "Contrasenya";
"Domain" = "Domini";
"Remember username" = "recordar usuari";
"Connect" = "Connectar";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Safari.";
"Download" = "Descàrrega";
"Language:" = "Llengua:";
"Language" = "Llengua";
"choose" = "Triar ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Username:";
"Password:" = "Password:";
"Domain:" = "Domain:";
"Username" = "Username";
"Password" = "Password";
"Domain" = "Domain";
"Remember username" = "Remember username";
"Connect" = "Connect";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternatively, you can also use Safari.";
"Download" = "Download";
"Language:" = "Language:";
"Language" = "Language";
"choose" = "Choose ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Uživatelské jméno:";
"Password:" = "Heslo:";
"Domain:" = "Doména";
"Username" = "Uživatelské jméno";
"Password" = "Heslo";
"Domain" = "Doména";
"Remember username" = "Pamatovat si uživatelské jméno";
"Connect" = "Připojit";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Můžete však použít i Safari.";
"Download" = "Stáhnout";
"Language:" = "Jazyk:";
"Language" = "Jazyk";
"choose" = "Vybrat ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "Sogo";
"Username:" = "Brugernavn:";
"Password:" = "Adgangskode:";
"Domain:" = "Domæne:";
"Username" = "Brugernavn";
"Password" = "Adgangskode";
"Domain" = "Domæne";
"Remember username" = "Husk brugernavn";
"Connect" = "Tilslut";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativt kan du også bruge Safari.";
"Download" = "Download";
"Language:" = "Sprog:";
"Language" = "Sprog";
"choose" = "Vælg ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Gebruikersnaam:";
"Password:" = "Wachtwoord:";
"Domain:" = "Domein:";
"Username" = "Gebruikersnaam";
"Password" = "Wachtwoord";
"Domain" = "Domein";
"Remember username" = "Onthoud gebruikersnaam";
"Connect" = "Inloggen";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Als alternatief kunt u ook Safari gebruiken.";
"Download" = "Download";
"Language:" = "Taal:";
"Language" = "Taal";
"choose" = "Kies...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Username:";
"Password:" = "Password:";
"Domain:" = "Domain:";
"Username" = "Username";
"Password" = "Password";
"Domain" = "Domain";
"Remember username" = "Remember username";
"Connect" = "Connect";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternatively, you can also use Safari.";
"Download" = "Download";
"Language:" = "Language:";
"Language" = "Language";
"choose" = "Choose ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Käyttäjätunnus:";
"Password:" = "Salasana:";
"Domain:" = "Domain:";
"Username" = "Käyttäjätunnus";
"Password" = "Salasana";
"Domain" = "Domain";
"Remember username" = "Muista käyttäjätunnus";
"Connect" = "Yhdistä";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Vaihtoehtoisesti voit myös käyttää Safaria.";
"Download" = "Lataa";
"Language:" = "Kieli:";
"Language" = "Kieli";
"choose" = "Valitse ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Nom d'utilisateur :";
"Password:" = "Mot de passe :";
"Domain:" = "Domaine :";
"Username" = "Nom d'utilisateur ";
"Password" = "Mot de passe ";
"Domain" = "Domaine ";
"Remember username" = "Se souvenir de moi";
"Connect" = "Connexion";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Comme alternative, vous pouvez aussi utiliser Safari.";
"Download" = "Télécharger";
"Language:" = "Langue:";
"Language" = "Langue";
"choose" = "Choisir ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Benutzername:";
"Password:" = "Passwort:";
"Domain:" = "Domain:";
"Username" = "Benutzername";
"Password" = "Passwort";
"Domain" = "Domain";
"Remember username" = "Benutzername merken";
"Connect" = "Anmelden";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Sie können auch Safari benutzen.";
"Download" = "Herunterladen";
"Language:" = "Sprache:";
"Language" = "Sprache";
"choose" = "Auswählen ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Felhasználó:";
"Password:" = "Jelszó:";
"Domain:" = "Tartomány:";
"Username" = "Felhasználó";
"Password" = "Jelszó";
"Domain" = "Tartomány";
"Remember username" = "Felhasználónév megjegyzése";
"Connect" = "Kapcsolódás";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "A Safari böngésző is használható.";
"Download" = "Letöltés";
"Language:" = "Nyelv:";
"Language" = "Nyelv";
"choose" = "Válasszon ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Notandanafn:";
"Password:" = "Lykilorð:";
"Domain:" = "Domain:";
"Username" = "Notandanafn";
"Password" = "Lykilorð";
"Domain" = "Domain";
"Connect" = "Tengjast";
@ -16,7 +16,7 @@
"alternativeBrowserSafari" = "Einnig er hægt að nota Safari.";
"Download" = "Hala niður";
"Language:" = "Tungumál:";
"Language" = "Tungumál";
"choose" = "Velja...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Nome utente:";
"Password:" = "Password:";
"Domain:" = "Dominio";
"Username" = "Nome utente";
"Password" = "Password";
"Domain" = "Dominio";
"Remember username" = "Ricorda il nome utente";
"Connect" = "Entra";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativamente, puoi utilizzare Safari.";
"Download" = "Scarica";
"Language:" = "Lingua:";
"Language" = "Lingua";
"choose" = "Scegli...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Brukernavn:";
"Password:" = "Passord:";
"Domain:" = "Domene:";
"Username" = "Brukernavn";
"Password" = "Passord";
"Domain" = "Domene";
"Remember username" = "Husk brukernavn";
"Connect" = "Koble til";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativt kan du også bruke Safari.";
"Download" = "Last ned";
"Language:" = "Språk:";
"Language" = "Språk";
"choose" = "Velg ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Brukernavn:";
"Password:" = "Passord:";
"Domain:" = "Domain:";
"Username" = "Brukernavn";
"Password" = "Passord";
"Domain" = "Domain";
"Remember username" = "Husk brukernavn";
"Connect" = "Logg inn";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativt kan du også bruke Safari.";
"Download" = "Last ned";
"Language:" = "Språk:";
"Language" = "Språk";
"choose" = "Velg ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Nazwa użytkownika:";
"Password:" = "Hasło:";
"Domain:" = "Domena:";
"Username" = "Nazwa użytkownika";
"Password" = "Hasło";
"Domain" = "Domena";
"Remember username" = "Pamiętaj nazwę użytkownika";
"Connect" = "Zaloguj";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternatywnie możesz używać również przeglądarki Safari.";
"Download" = "Pobierz";
"Language:" = "Język:";
"Language" = "Język";
"choose" = "Wybierz ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Логин:";
"Password:" = "Пароль:";
"Domain:" = "Домен:";
"Username" = "Логин";
"Password" = "Пароль";
"Domain" = "Домен";
"Remember username" = "Запомнить имя пользователя";
"Connect" = "Соединение";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Также можно использовать Safari.";
"Download" = "Скачать";
"Language:" = "Язык:";
"Language" = "Язык";
"choose" = "Выбрать ...";
"Arabic" = "العربية";
"Basque" = "Euskara";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Užívateľské meno:";
"Password:" = "Heslo:";
"Domain:" = "Doména:";
"Username" = "Užívateľské meno";
"Password" = "Heslo";
"Domain" = "Doména";
"Remember username" = "Zapamätať uživateľské meno";
"Connect" = "Pripojiť";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternatívne je možné použiť aj Safari.";
"Download" = "Stiahnuť";
"Language:" = "Jazyk:";
"Language" = "Jazyk";
"choose" = "Výber ...";
"Arabic" = "العربية";
"Catalan" = "Katalánsky";

View File

@ -2,9 +2,9 @@
"title" = "SOGo";
"Username:" = "Uporabniško ime:";
"Password:" = "Geslo:";
"Domain:" = "Domena:";
"Username" = "Uporabniško ime";
"Password" = "Geslo";
"Domain" = "Domena";
"Remember username" = "Zapomni si up. ime";
"Connect" = "Poveži";
@ -17,7 +17,7 @@
"alternativeBrowserSafari" = "Alternativno lahko uporabljaš tudi Safari.";
"Download" = "Prenos";
"Language:" = "Jezik:";
"Language" = "Jezik";
"choose" = "Izberi ...";
"Arabic" = "العربية";
"Catalan" = "Català";

Some files were not shown because too many files have changed in this diff Show More