Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support

This commit is contained in:
Jörn Friedrich Dreyer 2012-08-25 03:14:26 +02:00
commit 4f5eff2b6f
101 changed files with 1224 additions and 764 deletions

View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "Модуль php-json необходим многим приложениям для внутренних связей",
"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Модуль php-curl необходим для получения заголовка страницы при добавлении закладок",
"The php-gd module is needed to create thumbnails of your images" => "Модуль php-gd необходим для создания уменьшенной копии для предпросмотра ваших картинок.",
"The php-ldap module is needed connect to your ldap server" => "Модуль php-ldap необходим для соединения с вашим ldap сервером",
"The php-zip module is needed download multiple files at once" => "Модуль php-zip необходим для загрузки нескольких файлов за раз",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "Модуль php-mb_multibyte необходим для корректного управления кодировками.",
"The php-ctype module is needed validate data." => "Модуль php-ctype необходим для проверки данных.",
"The php-xml module is needed to share files with webdav." => "Модуль php-xml необходим для открытия файлов через webdav.",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Директива allow_url_fopen в файле php.ini должна быть установлена в 1 для получения базы знаний с серверов OCS",
"The php-pdo module is needed to store owncloud data into a database." => "Модуль php-pdo необходим для хранения данных ownСloud в базе данных.",
"Dependencies status" => "Статус зависимостей",
"Used by :" => "Используется:"
);

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Exporteer deze ownCloud instantie",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Dit maakt een gecomprimeerd bestand, met de inhoud van deze ownCloud instantie. Kies het export type:",
"Export" => "Exporteer"
);

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "Экспортировать этот экземпляр ownCloud",
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "Будет создан сжатый файл, содержащий данные этого экземпляра owncloud.\n Выберите тип экспорта:",
"Export" => "Экспорт"
);

View File

@ -0,0 +1,11 @@
<?php $TRANSLATIONS = array(
"Bookmarks" => "Bladwijzers",
"unnamed" => "geen naam",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Sleep dit naar uw browser bladwijzers en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:",
"Read later" => "Lees later",
"Address" => "Adres",
"Title" => "Titel",
"Tags" => "Tags",
"Save bookmark" => "Bewaar bookmark",
"You have no bookmarks" => "U heeft geen bookmarks"
);

View File

@ -0,0 +1,11 @@
<?php $TRANSLATIONS = array(
"Bookmarks" => "Закладки",
"unnamed" => "без имени",
"Read later" => "Прочитать позже",
"Address" => "Адрес",
"Title" => "Заголовок",
"Tags" => "Метки",
"Save bookmark" => "Сохранить закладки",
"You have no bookmarks" => "У вас нет закладок",
"Bookmarklet <br />" => "Букмарклет <br />"
);

View File

@ -0,0 +1,12 @@
<?php $TRANSLATIONS = array(
"Bookmarks" => "书签",
"unnamed" => "未命名",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。",
"Read later" => "稍后阅读",
"Address" => "地址",
"Title" => "标题",
"Tags" => "标签",
"Save bookmark" => "保存书签",
"You have no bookmarks" => "您暂无书签",
"Bookmarklet <br />" => "书签应用"
);

View File

@ -1,7 +1,13 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "Niet alle agenda's zijn volledig gecached",
"Everything seems to be completely cached" => "Alles lijkt volledig gecached te zijn",
"No calendars found." => "Geen kalenders gevonden.", "No calendars found." => "Geen kalenders gevonden.",
"No events found." => "Geen gebeurtenissen gevonden.", "No events found." => "Geen gebeurtenissen gevonden.",
"Wrong calendar" => "Verkeerde kalender", "Wrong calendar" => "Verkeerde kalender",
"The file contained either no events or all events are already saved in your calendar." => "Het bestand bevat geen gebeurtenissen of alle gebeurtenissen worden al in uw agenda bewaard.",
"events has been saved in the new calendar" => "De gebeurtenissen worden in de nieuwe agenda bewaard",
"Import failed" => "import is gefaald",
"events has been saved in your calendar" => "de gebeurtenissen zijn in uw agenda opgeslagen ",
"New Timezone:" => "Nieuwe tijdszone:", "New Timezone:" => "Nieuwe tijdszone:",
"Timezone changed" => "Tijdzone is veranderd", "Timezone changed" => "Tijdzone is veranderd",
"Invalid request" => "Ongeldige aanvraag", "Invalid request" => "Ongeldige aanvraag",
@ -27,6 +33,7 @@
"Projects" => "Projecten", "Projects" => "Projecten",
"Questions" => "Vragen", "Questions" => "Vragen",
"Work" => "Werk", "Work" => "Werk",
"by" => "door",
"unnamed" => "onbekend", "unnamed" => "onbekend",
"New Calendar" => "Nieuwe Kalender", "New Calendar" => "Nieuwe Kalender",
"Does not repeat" => "Wordt niet herhaald", "Does not repeat" => "Wordt niet herhaald",
@ -73,6 +80,25 @@
"by day and month" => "per dag en maand", "by day and month" => "per dag en maand",
"Date" => "Datum", "Date" => "Datum",
"Cal." => "Cal.", "Cal." => "Cal.",
"Sun." => "Zon.",
"Mon." => "Maa.",
"Tue." => "Din.",
"Wed." => "Woe.",
"Thu." => "Don.",
"Fri." => "Vrij.",
"Sat." => "Zat.",
"Jan." => "Jan.",
"Feb." => "Feb.",
"Mar." => "Maa.",
"Apr." => "Apr.",
"May." => "Mei.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Aug.",
"Sep." => "Sep.",
"Oct." => "Okt.",
"Nov." => "Nov.",
"Dec." => "Dec.",
"All day" => "Hele dag", "All day" => "Hele dag",
"Missing fields" => "missende velden", "Missing fields" => "missende velden",
"Title" => "Titel", "Title" => "Titel",
@ -86,6 +112,7 @@
"Month" => "Maand", "Month" => "Maand",
"List" => "Lijst", "List" => "Lijst",
"Today" => "Vandaag", "Today" => "Vandaag",
"Settings" => "Instellingen",
"Your calendars" => "Je kalenders", "Your calendars" => "Je kalenders",
"CalDav Link" => "CalDav Link", "CalDav Link" => "CalDav Link",
"Shared calendars" => "Gedeelde kalenders", "Shared calendars" => "Gedeelde kalenders",
@ -136,7 +163,10 @@
"occurrences" => "gebeurtenissen", "occurrences" => "gebeurtenissen",
"create a new calendar" => "Maak een nieuw agenda", "create a new calendar" => "Maak een nieuw agenda",
"Import a calendar file" => "Importeer een agenda bestand", "Import a calendar file" => "Importeer een agenda bestand",
"Please choose a calendar" => "Kies een agenda",
"Name of new calendar" => "Naam van de nieuwe agenda", "Name of new calendar" => "Naam van de nieuwe agenda",
"Take an available name!" => "Kies een beschikbare naam!",
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Een agenda met deze naam bestaat al. Als u doorgaat, worden deze agenda's samengevoegd",
"Import" => "Importeer", "Import" => "Importeer",
"Close Dialog" => "Sluit venster", "Close Dialog" => "Sluit venster",
"Create a new event" => "Maak een nieuwe afspraak", "Create a new event" => "Maak een nieuwe afspraak",
@ -144,9 +174,21 @@
"No categories selected" => "Geen categorieën geselecteerd", "No categories selected" => "Geen categorieën geselecteerd",
"of" => "van", "of" => "van",
"at" => "op", "at" => "op",
"General" => "Algemeen",
"Timezone" => "Tijdzone", "Timezone" => "Tijdzone",
"Update timezone automatically" => "Werk de tijdzone automatisch bij",
"Time format" => "Tijd formaat",
"24h" => "24uur", "24h" => "24uur",
"12h" => "12uur", "12h" => "12uur",
"Start week on" => "Begin de week op",
"Cache" => "Cache",
"Clear cache for repeating events" => "Leeg cache voor repeterende gebeurtenissen",
"URLs" => "URLs",
"Calendar CalDAV syncing addresses" => "Agenda CalDAV synchronisatie adres",
"more info" => "meer informatie",
"Primary address (Kontact et al)" => "Primary adres (voor Kontact en dergelijke)",
"iOS/OS X" => "iOS/OS X",
"Read only iCalendar link(s)" => "Alleen lezen iCalendar link(en)",
"Users" => "Gebruikers", "Users" => "Gebruikers",
"select users" => "kies gebruikers", "select users" => "kies gebruikers",
"Editable" => "Te wijzigen", "Editable" => "Te wijzigen",

View File

@ -22,7 +22,7 @@
"Business" => "Бизнес", "Business" => "Бизнес",
"Call" => "Звонить", "Call" => "Звонить",
"Clients" => "Клиенты", "Clients" => "Клиенты",
"Deliverer" => "Доставщик", "Deliverer" => "Посыльный",
"Holidays" => "Праздники", "Holidays" => "Праздники",
"Ideas" => "Идеи", "Ideas" => "Идеи",
"Journey" => "Поездка", "Journey" => "Поездка",
@ -115,13 +115,13 @@
"Settings" => "Параметры", "Settings" => "Параметры",
"Your calendars" => "Ваши календари", "Your calendars" => "Ваши календари",
"CalDav Link" => "Ссылка для CalDav", "CalDav Link" => "Ссылка для CalDav",
"Shared calendars" => "Общие календари", "Shared calendars" => "Опубликованные",
"No shared calendars" => "Нет общих календарей", "No shared calendars" => "Нет опубликованных календарей",
"Share Calendar" => "Сделать календарь общим", "Share Calendar" => "Опубликовать",
"Download" => "Скачать", "Download" => "Скачать",
"Edit" => "Редактировать", "Edit" => "Редактировать",
"Delete" => "Удалить", "Delete" => "Удалить",
"shared with you by" => "с вами поделился", "shared with you by" => "опубликовал для вас",
"New calendar" => "Новый календарь", "New calendar" => "Новый календарь",
"Edit calendar" => "Редактировать календарь", "Edit calendar" => "Редактировать календарь",
"Displayname" => "Отображаемое имя", "Displayname" => "Отображаемое имя",
@ -136,7 +136,7 @@
"Repeating" => "Повторение", "Repeating" => "Повторение",
"Alarm" => "Сигнал", "Alarm" => "Сигнал",
"Attendees" => "Участники", "Attendees" => "Участники",
"Share" => "Поделиться", "Share" => "Опубликовать",
"Title of the Event" => "Название событие", "Title of the Event" => "Название событие",
"Category" => "Категория", "Category" => "Категория",
"Separate categories with commas" => "Разделяйте категории запятыми", "Separate categories with commas" => "Разделяйте категории запятыми",

View File

@ -52,6 +52,9 @@
"Not implemented" => "No implementada", "Not implemented" => "No implementada",
"Couldn't get a valid address." => "No s'ha pogut obtenir una adreça vàlida.", "Couldn't get a valid address." => "No s'ha pogut obtenir una adreça vàlida.",
"Error" => "Error", "Error" => "Error",
"You do not have permission to add contacts to " => "No teniu permisos per afegir contactes a ",
"Please select one of your own address books." => "Seleccioneu una de les vostres llibretes d'adreces",
"Permission error" => "Error de permisos",
"This property has to be non-empty." => "Aquesta propietat no pot ser buida.", "This property has to be non-empty." => "Aquesta propietat no pot ser buida.",
"Couldn't serialize elements." => "No s'han pogut serialitzar els elements.", "Couldn't serialize elements." => "No s'han pogut serialitzar els elements.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' s'ha cridat sense argument de tipus. Informeu-ne a bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' s'ha cridat sense argument de tipus. Informeu-ne a bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Preguntes", "Questions" => "Preguntes",
"{name}'s Birthday" => "Aniversari de {name}", "{name}'s Birthday" => "Aniversari de {name}",
"Contact" => "Contacte", "Contact" => "Contacte",
"You do not have the permissions to edit this contact." => "No teniu permisos per editar aquest contacte",
"You do not have the permissions to delete this contact." => "No teniu permisos per esborrar aquest contacte",
"Add Contact" => "Afegeix un contacte", "Add Contact" => "Afegeix un contacte",
"Import" => "Importa", "Import" => "Importa",
"Settings" => "Configuració", "Settings" => "Configuració",

View File

@ -14,6 +14,8 @@
"Cannot add empty property." => "Nelze přidat prazdný údaj.", "Cannot add empty property." => "Nelze přidat prazdný údaj.",
"At least one of the address fields has to be filled out." => "Musí být uveden nejméně jeden z adresních údajů", "At least one of the address fields has to be filled out." => "Musí být uveden nejméně jeden z adresních údajů",
"Trying to add duplicate property: " => "Pokoušíte se přidat duplicitní atribut: ", "Trying to add duplicate property: " => "Pokoušíte se přidat duplicitní atribut: ",
"Missing IM parameter." => "Chybějící parametr IM",
"Unknown IM: " => "Neznámý IM:",
"Information about vCard is incorrect. Please reload the page." => "Informace o vCard je nesprávná. Obnovte stránku, prosím.", "Information about vCard is incorrect. Please reload the page." => "Informace o vCard je nesprávná. Obnovte stránku, prosím.",
"Missing ID" => "Chybí ID", "Missing ID" => "Chybí ID",
"Error parsing VCard for ID: \"" => "Chyba při parsování VCard pro ID: \"", "Error parsing VCard for ID: \"" => "Chyba při parsování VCard pro ID: \"",
@ -50,6 +52,9 @@
"Not implemented" => "Neimplementováno", "Not implemented" => "Neimplementováno",
"Couldn't get a valid address." => "Nelze získat platnou adresu.", "Couldn't get a valid address." => "Nelze získat platnou adresu.",
"Error" => "Chyba", "Error" => "Chyba",
"You do not have permission to add contacts to " => "Nemáte práva přidat kontakt do",
"Please select one of your own address books." => "Prosím vyberte jeden z vašich adresářů",
"Permission error" => "Chyba přístupových práv",
"This property has to be non-empty." => "Tento parametr nemuže zůstat nevyplněn.", "This property has to be non-empty." => "Tento parametr nemuže zůstat nevyplněn.",
"Couldn't serialize elements." => "Prvky nelze převést..", "Couldn't serialize elements." => "Prvky nelze převést..",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' voláno bez argumentu. Prosím oznamte chybu na bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' voláno bez argumentu. Prosím oznamte chybu na bugs.owncloud.org",
@ -59,6 +64,7 @@
"Error loading profile picture." => "Chyba při otevírání obrázku profilu", "Error loading profile picture." => "Chyba při otevírání obrázku profilu",
"Select type" => "Vybrat typ", "Select type" => "Vybrat typ",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Některé kontakty jsou označeny ke smazání. Počkete prosím na dokončení operace.", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Některé kontakty jsou označeny ke smazání. Počkete prosím na dokončení operace.",
"Do you want to merge these address books?" => "Chcete spojit tyto adresáře?",
"Result: " => "Výsledek: ", "Result: " => "Výsledek: ",
" imported, " => "importováno v pořádku,", " imported, " => "importováno v pořádku,",
" failed." => "neimportováno.", " failed." => "neimportováno.",
@ -66,6 +72,18 @@
"Addressbook not found: " => "Adresář nenalezen:", "Addressbook not found: " => "Adresář nenalezen:",
"This is not your addressbook." => "Toto není Váš adresář.", "This is not your addressbook." => "Toto není Váš adresář.",
"Contact could not be found." => "Kontakt nebyl nalezen.", "Contact could not be found." => "Kontakt nebyl nalezen.",
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
"Work" => "Pracovní", "Work" => "Pracovní",
"Home" => "Domácí", "Home" => "Domácí",
"Other" => "Ostatní", "Other" => "Ostatní",
@ -92,6 +110,8 @@
"Questions" => "Dotazy", "Questions" => "Dotazy",
"{name}'s Birthday" => "Narozeniny {name}", "{name}'s Birthday" => "Narozeniny {name}",
"Contact" => "Kontakt", "Contact" => "Kontakt",
"You do not have the permissions to edit this contact." => "Nemáte práva editovat tento kontakt",
"You do not have the permissions to delete this contact." => "Nemáte práva smazat tento kontakt",
"Add Contact" => "Přidat kontakt", "Add Contact" => "Přidat kontakt",
"Import" => "Import", "Import" => "Import",
"Settings" => "Nastavení", "Settings" => "Nastavení",
@ -134,12 +154,15 @@
"Delete email address" => "Smazat e-mail", "Delete email address" => "Smazat e-mail",
"Enter phone number" => "Zadat telefoní číslo", "Enter phone number" => "Zadat telefoní číslo",
"Delete phone number" => "Smazat telefoní číslo", "Delete phone number" => "Smazat telefoní číslo",
"Instant Messenger" => "Instant Messenger",
"Delete IM" => "Smazat IM",
"View on map" => "Zobrazit na mapě", "View on map" => "Zobrazit na mapě",
"Edit address details" => "Upravit podrobnosti adresy", "Edit address details" => "Upravit podrobnosti adresy",
"Add notes here." => "Zde můžete připsat poznámky.", "Add notes here." => "Zde můžete připsat poznámky.",
"Add field" => "Přidat políčko", "Add field" => "Přidat políčko",
"Phone" => "Telefon", "Phone" => "Telefon",
"Email" => "Email", "Email" => "Email",
"Instant Messaging" => "Instant Messaging",
"Address" => "Adresa", "Address" => "Adresa",
"Note" => "Poznámka", "Note" => "Poznámka",
"Download contact" => "Stáhnout kontakt", "Download contact" => "Stáhnout kontakt",
@ -200,6 +223,7 @@
"iOS/OS X" => "iOS/OS X", "iOS/OS X" => "iOS/OS X",
"Show CardDav link" => "Zobrazit odklaz CardDAV:", "Show CardDav link" => "Zobrazit odklaz CardDAV:",
"Show read-only VCF link" => "Zobrazit odkaz VCF pouze pro čtení", "Show read-only VCF link" => "Zobrazit odkaz VCF pouze pro čtení",
"Share" => "Sdílet",
"Download" => "Stažení", "Download" => "Stažení",
"Edit" => "Editovat", "Edit" => "Editovat",
"New Address Book" => "Nový adresář", "New Address Book" => "Nový adresář",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Nicht verfügbar", "Not implemented" => "Nicht verfügbar",
"Couldn't get a valid address." => "Konnte keine gültige Adresse abrufen.", "Couldn't get a valid address." => "Konnte keine gültige Adresse abrufen.",
"Error" => "Fehler", "Error" => "Fehler",
"You do not have permission to add contacts to " => "Sie besitzen nicht die erforderlichen Rechte, um Kontakte hinzuzufügen",
"Please select one of your own address books." => "Bitte wählen Sie eines Ihrer Adressbücher aus.",
"Permission error" => "Berechtigungsfehler",
"This property has to be non-empty." => "Dieses Feld darf nicht leer sein.", "This property has to be non-empty." => "Dieses Feld darf nicht leer sein.",
"Couldn't serialize elements." => "Konnte Elemente nicht serialisieren", "Couldn't serialize elements." => "Konnte Elemente nicht serialisieren",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' wurde ohne Argumente aufgerufen. Bitte melden Sie dies auf bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' wurde ohne Argumente aufgerufen. Bitte melden Sie dies auf bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Fragen", "Questions" => "Fragen",
"{name}'s Birthday" => "Geburtstag von {name}", "{name}'s Birthday" => "Geburtstag von {name}",
"Contact" => "Kontakt", "Contact" => "Kontakt",
"You do not have the permissions to edit this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakt zu bearbeiten.",
"You do not have the permissions to delete this contact." => "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakte zu löschen.",
"Add Contact" => "Kontakt hinzufügen", "Add Contact" => "Kontakt hinzufügen",
"Import" => "Importieren", "Import" => "Importieren",
"Settings" => "Einstellungen", "Settings" => "Einstellungen",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Δεν έχει υλοποιηθεί", "Not implemented" => "Δεν έχει υλοποιηθεί",
"Couldn't get a valid address." => "Αδυναμία λήψης έγκυρης διεύθυνσης", "Couldn't get a valid address." => "Αδυναμία λήψης έγκυρης διεύθυνσης",
"Error" => "Σφάλμα", "Error" => "Σφάλμα",
"You do not have permission to add contacts to " => "Δεν έχετε επαρκή δικαιώματα για προσθέσετε επαφές στο ",
"Please select one of your own address books." => "Παρακαλούμε επιλέξτε ένα από τα δικάς σας βιβλία διευθύνσεων.",
"Permission error" => "Σφάλμα δικαιωμάτων",
"This property has to be non-empty." => "Το πεδίο δεν πρέπει να είναι άδειο.", "This property has to be non-empty." => "Το πεδίο δεν πρέπει να είναι άδειο.",
"Couldn't serialize elements." => "Αδύνατο να μπουν σε σειρά τα στοιχεία", "Couldn't serialize elements." => "Αδύνατο να μπουν σε σειρά τα στοιχεία",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "το 'deleteProperty' καλέστηκε χωρίς without type argument. Παρακαλώ αναφέρατε στο bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "το 'deleteProperty' καλέστηκε χωρίς without type argument. Παρακαλώ αναφέρατε στο bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Ερωτήσεις", "Questions" => "Ερωτήσεις",
"{name}'s Birthday" => "{name} έχει Γενέθλια", "{name}'s Birthday" => "{name} έχει Γενέθλια",
"Contact" => "Επαφή", "Contact" => "Επαφή",
"You do not have the permissions to edit this contact." => "Δεν διαθέτε επαρκή δικαιώματα για την επεξεργασία αυτής της επαφής.",
"You do not have the permissions to delete this contact." => "Δεν διαθέτε επαρκή δικαιώματα για την διαγραφή αυτής της επαφής.",
"Add Contact" => "Προσθήκη επαφής", "Add Contact" => "Προσθήκη επαφής",
"Import" => "Εισαγωγή", "Import" => "Εισαγωγή",
"Settings" => "Ρυθμίσεις", "Settings" => "Ρυθμίσεις",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Pas encore implémenté", "Not implemented" => "Pas encore implémenté",
"Couldn't get a valid address." => "Impossible de trouver une adresse valide.", "Couldn't get a valid address." => "Impossible de trouver une adresse valide.",
"Error" => "Erreur", "Error" => "Erreur",
"You do not have permission to add contacts to " => "Vous n'avez pas l'autorisation d'ajouter des contacts à",
"Please select one of your own address books." => "Veuillez sélectionner l'un de vos carnets d'adresses.",
"Permission error" => "Erreur de permission",
"This property has to be non-empty." => "Cette valeur ne doit pas être vide", "This property has to be non-empty." => "Cette valeur ne doit pas être vide",
"Couldn't serialize elements." => "Impossible de sérialiser les éléments.", "Couldn't serialize elements." => "Impossible de sérialiser les éléments.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' a été appelé sans type d'arguments. Merci de rapporter un bug à bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' a été appelé sans type d'arguments. Merci de rapporter un bug à bugs.owncloud.org",
@ -82,7 +85,7 @@
"QQ" => "QQ", "QQ" => "QQ",
"GaduGadu" => "GaduGadu", "GaduGadu" => "GaduGadu",
"Work" => "Travail", "Work" => "Travail",
"Home" => "Maison", "Home" => "Domicile",
"Other" => "Autre", "Other" => "Autre",
"Mobile" => "Mobile", "Mobile" => "Mobile",
"Text" => "Texte", "Text" => "Texte",
@ -107,6 +110,8 @@
"Questions" => "Questions", "Questions" => "Questions",
"{name}'s Birthday" => "Anniversaire de {name}", "{name}'s Birthday" => "Anniversaire de {name}",
"Contact" => "Contact", "Contact" => "Contact",
"You do not have the permissions to edit this contact." => "Vous n'avez pas l'autorisation de modifier ce contact.",
"You do not have the permissions to delete this contact." => "Vous n'avez pas l'autorisation de supprimer ce contact.",
"Add Contact" => "Ajouter un Contact", "Add Contact" => "Ajouter un Contact",
"Import" => "Importer", "Import" => "Importer",
"Settings" => "Paramètres", "Settings" => "Paramètres",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Non implementata", "Not implemented" => "Non implementata",
"Couldn't get a valid address." => "Impossibile ottenere un indirizzo valido.", "Couldn't get a valid address." => "Impossibile ottenere un indirizzo valido.",
"Error" => "Errore", "Error" => "Errore",
"You do not have permission to add contacts to " => "Non hai i permessi per aggiungere contatti a",
"Please select one of your own address books." => "Seleziona una delle tue rubriche.",
"Permission error" => "Errore relativo ai permessi",
"This property has to be non-empty." => "Questa proprietà non può essere vuota.", "This property has to be non-empty." => "Questa proprietà non può essere vuota.",
"Couldn't serialize elements." => "Impossibile serializzare gli elementi.", "Couldn't serialize elements." => "Impossibile serializzare gli elementi.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' invocata senza l'argomento di tipo. Segnalalo a bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' invocata senza l'argomento di tipo. Segnalalo a bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Domande", "Questions" => "Domande",
"{name}'s Birthday" => "Data di nascita di {name}", "{name}'s Birthday" => "Data di nascita di {name}",
"Contact" => "Contatto", "Contact" => "Contatto",
"You do not have the permissions to edit this contact." => "Non hai i permessi per modificare questo contatto.",
"You do not have the permissions to delete this contact." => "Non hai i permessi per eliminare questo contatto.",
"Add Contact" => "Aggiungi contatto", "Add Contact" => "Aggiungi contatto",
"Import" => "Importa", "Import" => "Importa",
"Settings" => "Impostazioni", "Settings" => "Impostazioni",

View File

@ -26,13 +26,13 @@
"Error reading contact photo." => "連絡先写真の読み込みエラー。", "Error reading contact photo." => "連絡先写真の読み込みエラー。",
"Error saving temporary file." => "一時ファイルの保存エラー。", "Error saving temporary file." => "一時ファイルの保存エラー。",
"The loading photo is not valid." => "写真の読み込みは無効です。", "The loading photo is not valid." => "写真の読み込みは無効です。",
"Contact ID is missing." => "コンタクトIDが見つかりません。", "Contact ID is missing." => "連絡先 IDが見つかりません。",
"No photo path was submitted." => "写真のパスが登録されていません。", "No photo path was submitted." => "写真のパスが登録されていません。",
"File doesn't exist:" => "ファイルが存在しません:", "File doesn't exist:" => "ファイルが存在しません:",
"Error loading image." => "画像の読み込みエラー。", "Error loading image." => "画像の読み込みエラー。",
"Error getting contact object." => "コンタクトオブジェクトの取得エラー。", "Error getting contact object." => "連絡先オブジェクトの取得エラー。",
"Error getting PHOTO property." => "写真属性の取得エラー。", "Error getting PHOTO property." => "写真属性の取得エラー。",
"Error saving contact." => "コンタクトの保存エラー。", "Error saving contact." => "連絡先の保存エラー。",
"Error resizing image" => "画像のリサイズエラー", "Error resizing image" => "画像のリサイズエラー",
"Error cropping image" => "画像の切り抜きエラー", "Error cropping image" => "画像の切り抜きエラー",
"Error creating temporary image" => "一時画像の生成エラー", "Error creating temporary image" => "一時画像の生成エラー",
@ -52,6 +52,9 @@
"Not implemented" => "未実装", "Not implemented" => "未実装",
"Couldn't get a valid address." => "有効なアドレスを取得できませんでした。", "Couldn't get a valid address." => "有効なアドレスを取得できませんでした。",
"Error" => "エラー", "Error" => "エラー",
"You do not have permission to add contacts to " => "連絡先を追加する権限がありません",
"Please select one of your own address books." => "アドレス帳を一つ選択してください",
"Permission error" => "権限エラー",
"This property has to be non-empty." => "この属性は空にできません。", "This property has to be non-empty." => "この属性は空にできません。",
"Couldn't serialize elements." => "要素をシリアライズできませんでした。", "Couldn't serialize elements." => "要素をシリアライズできませんでした。",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' は型の引数無しで呼び出されました。bugs.owncloud.org へ報告してください。", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' は型の引数無しで呼び出されました。bugs.owncloud.org へ報告してください。",
@ -60,7 +63,7 @@
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、このサーバの最大ファイルアップロードサイズを超えています。", "The file you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、このサーバの最大ファイルアップロードサイズを超えています。",
"Error loading profile picture." => "プロファイルの画像の読み込みエラー", "Error loading profile picture." => "プロファイルの画像の読み込みエラー",
"Select type" => "タイプを選択", "Select type" => "タイプを選択",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかのコンタクトが削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "いくつかの連絡先が削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。",
"Do you want to merge these address books?" => "これらのアドレス帳をマージしてもよろしいですか?", "Do you want to merge these address books?" => "これらのアドレス帳をマージしてもよろしいですか?",
"Result: " => "結果: ", "Result: " => "結果: ",
" imported, " => " をインポート、 ", " imported, " => " をインポート、 ",
@ -107,6 +110,8 @@
"Questions" => "質問", "Questions" => "質問",
"{name}'s Birthday" => "{name}の誕生日", "{name}'s Birthday" => "{name}の誕生日",
"Contact" => "連絡先", "Contact" => "連絡先",
"You do not have the permissions to edit this contact." => "この連絡先を編集する権限がありません",
"You do not have the permissions to delete this contact." => "この連絡先を削除する権限がありません",
"Add Contact" => "連絡先の追加", "Add Contact" => "連絡先の追加",
"Import" => "インポート", "Import" => "インポート",
"Settings" => "設定", "Settings" => "設定",
@ -114,16 +119,16 @@
"Close" => "閉じる", "Close" => "閉じる",
"Keyboard shortcuts" => "キーボードショートカット", "Keyboard shortcuts" => "キーボードショートカット",
"Navigation" => "ナビゲーション", "Navigation" => "ナビゲーション",
"Next contact in list" => "リスト内の次のコンタクト", "Next contact in list" => "リスト内の次の連絡先",
"Previous contact in list" => "リスト内の前のコンタクト", "Previous contact in list" => "リスト内の前の連絡先",
"Expand/collapse current addressbook" => "現在のアドレス帳を展開する/折りたたむ", "Expand/collapse current addressbook" => "現在のアドレス帳を展開する/折りたたむ",
"Next addressbook" => "次のアドレス帳", "Next addressbook" => "次のアドレス帳",
"Previous addressbook" => "前のアドレス帳", "Previous addressbook" => "前のアドレス帳",
"Actions" => "アクション", "Actions" => "アクション",
"Refresh contacts list" => "連絡先リストを再読込する", "Refresh contacts list" => "連絡先リストを再読込する",
"Add new contact" => "新しいコンタクトを追加", "Add new contact" => "新しい連絡先を追加",
"Add new addressbook" => "新しいアドレス帳を追加", "Add new addressbook" => "新しいアドレス帳を追加",
"Delete current contact" => "現在のコンタクトを削除", "Delete current contact" => "現在の連絡先を削除",
"Drop photo to upload" => "写真をドロップしてアップロード", "Drop photo to upload" => "写真をドロップしてアップロード",
"Delete current photo" => "現在の写真を削除", "Delete current photo" => "現在の写真を削除",
"Edit current photo" => "現在の写真を編集", "Edit current photo" => "現在の写真を編集",
@ -196,11 +201,11 @@
"Esq." => "Esq.", "Esq." => "Esq.",
"Jr." => "Jr.", "Jr." => "Jr.",
"Sn." => "Sn.", "Sn." => "Sn.",
"Import a contacts file" => "コンタクトファイルをインポート", "Import a contacts file" => "連絡先ファイルをインポート",
"Please choose the addressbook" => "アドレス帳を選択してください", "Please choose the addressbook" => "アドレス帳を選択してください",
"create a new addressbook" => "新しいアドレス帳を作成", "create a new addressbook" => "新しいアドレス帳を作成",
"Name of new addressbook" => "新しいアドレスブックの名前", "Name of new addressbook" => "新しいアドレスブックの名前",
"Importing contacts" => "コンタクトをインポート", "Importing contacts" => "連絡先をインポート",
"You have no contacts in your addressbook." => "アドレス帳に連絡先が登録されていません。", "You have no contacts in your addressbook." => "アドレス帳に連絡先が登録されていません。",
"Add contact" => "連絡先を追加", "Add contact" => "連絡先を追加",
"Select Address Books" => "アドレス帳を選択してください", "Select Address Books" => "アドレス帳を選択してください",

View File

@ -10,9 +10,12 @@
"No contacts found." => "Geen contracten gevonden", "No contacts found." => "Geen contracten gevonden",
"There was an error adding the contact." => "Er was een fout bij het toevoegen van het contact.", "There was an error adding the contact." => "Er was een fout bij het toevoegen van het contact.",
"element name is not set." => "onderdeel naam is niet opgegeven.", "element name is not set." => "onderdeel naam is niet opgegeven.",
"Could not parse contact: " => "Kon het contact niet verwerken",
"Cannot add empty property." => "Kan geen lege eigenschap toevoegen.", "Cannot add empty property." => "Kan geen lege eigenschap toevoegen.",
"At least one of the address fields has to be filled out." => "Minstens één van de adresvelden moet ingevuld worden.", "At least one of the address fields has to be filled out." => "Minstens één van de adresvelden moet ingevuld worden.",
"Trying to add duplicate property: " => "Eigenschap bestaat al: ", "Trying to add duplicate property: " => "Eigenschap bestaat al: ",
"Missing IM parameter." => "IM parameter ontbreekt",
"Unknown IM: " => "Onbekende IM:",
"Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.", "Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.",
"Missing ID" => "Ontbrekend ID", "Missing ID" => "Ontbrekend ID",
"Error parsing VCard for ID: \"" => "Fout bij inlezen VCard voor ID: \"", "Error parsing VCard for ID: \"" => "Fout bij inlezen VCard voor ID: \"",
@ -27,6 +30,13 @@
"No photo path was submitted." => "Geen fotopad opgestuurd.", "No photo path was submitted." => "Geen fotopad opgestuurd.",
"File doesn't exist:" => "Bestand bestaat niet:", "File doesn't exist:" => "Bestand bestaat niet:",
"Error loading image." => "Fout bij laden plaatje.", "Error loading image." => "Fout bij laden plaatje.",
"Error getting contact object." => "Fout om contact object te verkrijgen",
"Error getting PHOTO property." => "Fout om PHOTO eigenschap te verkrijgen",
"Error saving contact." => "Fout om contact op te slaan",
"Error resizing image" => "Fout tijdens aanpassen plaatje",
"Error cropping image" => "Fout tijdens aanpassen plaatje",
"Error creating temporary image" => "Fout om een tijdelijk plaatje te maken",
"Error finding image: " => "Fout kan plaatje niet vinden:",
"Error uploading contacts to storage." => "Fout bij opslaan van contacten.", "Error uploading contacts to storage." => "Fout bij opslaan van contacten.",
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.", "There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
@ -34,11 +44,49 @@
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload", "The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
"No file was uploaded" => "Er is geen bestand geüpload", "No file was uploaded" => "Er is geen bestand geüpload",
"Missing a temporary folder" => "Er ontbreekt een tijdelijke map", "Missing a temporary folder" => "Er ontbreekt een tijdelijke map",
"Couldn't save temporary image: " => "Kan tijdelijk plaatje niet op slaan:",
"Couldn't load temporary image: " => "Kan tijdelijk plaatje niet op laden:",
"No file was uploaded. Unknown error" => "Er was geen bestand geladen. Onbekende fout",
"Contacts" => "Contacten", "Contacts" => "Contacten",
"Sorry, this functionality has not been implemented yet" => "Sorry, deze functionaliteit is nog niet geïmplementeerd",
"Not implemented" => "Niet geïmplementeerd",
"Couldn't get a valid address." => "Kan geen geldig adres krijgen",
"Error" => "Fout",
"You do not have permission to add contacts to " => "U hebt geen permissie om contacten toe te voegen aan",
"Please select one of your own address books." => "Selecteer één van uw eigen adresboeken",
"Permission error" => "Permissie fout",
"This property has to be non-empty." => "Dit veld mag niet leeg blijven",
"Couldn't serialize elements." => "Kan de elementen niet serializen",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' aangeroepen zonder type argument. Rapporteer dit a.u.b. via http://bugs.owncloud.org",
"Edit name" => "Pas naam aan",
"No files selected for upload." => "Geen bestanden geselecteerd voor upload.",
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Het bestand dat u probeert te uploaden overschrijdt de maximale bestand grootte voor bestand uploads voor deze server.",
"Error loading profile picture." => "Fout profiel plaatje kan niet worden geladen.",
"Select type" => "Selecteer type",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Enkele contacten zijn gemarkeerd om verwijderd te worden, maar zijn nog niet verwijderd. Wacht totdat ze zijn verwijderd.",
"Do you want to merge these address books?" => "Wilt u deze adresboeken samenvoegen?",
"Result: " => "Resultaat:",
" imported, " => "geïmporteerd,",
" failed." => "gefaald.",
"Displayname cannot be empty." => "Displaynaam mag niet leeg zijn.",
"Addressbook not found: " => "Adresboek niet gevonden:",
"This is not your addressbook." => "Dit is niet uw adresboek.", "This is not your addressbook." => "Dit is niet uw adresboek.",
"Contact could not be found." => "Contact kon niet worden gevonden.", "Contact could not be found." => "Contact kon niet worden gevonden.",
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
"Work" => "Werk", "Work" => "Werk",
"Home" => "Thuis", "Home" => "Thuis",
"Other" => "Anders",
"Mobile" => "Mobiel", "Mobile" => "Mobiel",
"Text" => "Tekst", "Text" => "Tekst",
"Voice" => "Stem", "Voice" => "Stem",
@ -48,11 +96,39 @@
"Pager" => "Pieper", "Pager" => "Pieper",
"Internet" => "Internet", "Internet" => "Internet",
"Birthday" => "Verjaardag", "Birthday" => "Verjaardag",
"Business" => "Business",
"Call" => "Bel",
"Clients" => "Klanten",
"Deliverer" => "Leverancier",
"Holidays" => "Vakanties",
"Ideas" => "Ideeën",
"Journey" => "Reis",
"Jubilee" => "Jubileum",
"Meeting" => "Vergadering",
"Personal" => "Persoonlijk",
"Projects" => "Projecten",
"Questions" => "Vragen",
"{name}'s Birthday" => "{name}'s verjaardag", "{name}'s Birthday" => "{name}'s verjaardag",
"Contact" => "Contact", "Contact" => "Contact",
"You do not have the permissions to edit this contact." => "U heeft geen permissie om dit contact te bewerken.",
"You do not have the permissions to delete this contact." => "U heeft geen permissie om dit contact te verwijderen.",
"Add Contact" => "Contact toevoegen", "Add Contact" => "Contact toevoegen",
"Import" => "Importeer", "Import" => "Importeer",
"Settings" => "Instellingen",
"Addressbooks" => "Adresboeken", "Addressbooks" => "Adresboeken",
"Close" => "Sluiten",
"Keyboard shortcuts" => "Sneltoetsen",
"Navigation" => "Navigatie",
"Next contact in list" => "Volgende contact in de lijst",
"Previous contact in list" => "Vorige contact in de lijst",
"Expand/collapse current addressbook" => "Uitklappen / inklappen huidig adresboek",
"Next addressbook" => "Volgende adresboek",
"Previous addressbook" => "Vorige adresboek",
"Actions" => "Acties",
"Refresh contacts list" => "Vernieuw contact lijst",
"Add new contact" => "Voeg nieuw contact toe",
"Add new addressbook" => "Voeg nieuw adresboek toe",
"Delete current contact" => "Verwijder huidig contact",
"Drop photo to upload" => "Verwijder foto uit upload", "Drop photo to upload" => "Verwijder foto uit upload",
"Delete current photo" => "Verwijdere huidige foto", "Delete current photo" => "Verwijdere huidige foto",
"Edit current photo" => "Wijzig huidige foto", "Edit current photo" => "Wijzig huidige foto",
@ -64,6 +140,9 @@
"Delete" => "Verwijderen", "Delete" => "Verwijderen",
"Nickname" => "Roepnaam", "Nickname" => "Roepnaam",
"Enter nickname" => "Voer roepnaam in", "Enter nickname" => "Voer roepnaam in",
"Web site" => "Website",
"http://www.somesite.com" => "http://www.willekeurigesite.com",
"Go to web site" => "Ga naar website",
"dd-mm-yyyy" => "dd-mm-yyyy", "dd-mm-yyyy" => "dd-mm-yyyy",
"Groups" => "Groepen", "Groups" => "Groepen",
"Separate groups with commas" => "Gebruik komma bij meerder groepen", "Separate groups with commas" => "Gebruik komma bij meerder groepen",
@ -75,26 +154,41 @@
"Delete email address" => "Verwijder email adres", "Delete email address" => "Verwijder email adres",
"Enter phone number" => "Voer telefoonnummer in", "Enter phone number" => "Voer telefoonnummer in",
"Delete phone number" => "Verwijdere telefoonnummer", "Delete phone number" => "Verwijdere telefoonnummer",
"Instant Messenger" => "Instant Messenger",
"Delete IM" => "Verwijder IM",
"View on map" => "Bekijk op een kaart", "View on map" => "Bekijk op een kaart",
"Edit address details" => "Wijzig adres gegevens", "Edit address details" => "Wijzig adres gegevens",
"Add notes here." => "Voeg notitie toe", "Add notes here." => "Voeg notitie toe",
"Add field" => "Voeg veld toe", "Add field" => "Voeg veld toe",
"Phone" => "Telefoon", "Phone" => "Telefoon",
"Email" => "E-mail", "Email" => "E-mail",
"Instant Messaging" => "Instant Messaging",
"Address" => "Adres", "Address" => "Adres",
"Note" => "Notitie", "Note" => "Notitie",
"Download contact" => "Download contact", "Download contact" => "Download contact",
"Delete contact" => "Verwijder contact", "Delete contact" => "Verwijder contact",
"The temporary image has been removed from cache." => "Het tijdelijke plaatje is uit de cache verwijderd.",
"Edit address" => "Wijzig adres", "Edit address" => "Wijzig adres",
"Type" => "Type", "Type" => "Type",
"PO Box" => "Postbus", "PO Box" => "Postbus",
"Street address" => "Adres",
"Street and number" => "Straat en nummer",
"Extended" => "Uitgebreide", "Extended" => "Uitgebreide",
"Apartment number etc." => "Apartement nummer",
"City" => "Stad", "City" => "Stad",
"Region" => "Regio", "Region" => "Regio",
"E.g. state or province" => "Provincie",
"Zipcode" => "Postcode", "Zipcode" => "Postcode",
"Postal code" => "Postcode",
"Country" => "Land", "Country" => "Land",
"Addressbook" => "Adresboek", "Addressbook" => "Adresboek",
"Hon. prefixes" => "Hon. prefixes", "Hon. prefixes" => "Hon. prefixes",
"Miss" => "Mw",
"Ms" => "Mw",
"Mr" => "M",
"Sir" => "M",
"Mrs" => "Mw",
"Dr" => "M",
"Given name" => "Voornaam", "Given name" => "Voornaam",
"Additional names" => "Extra namen", "Additional names" => "Extra namen",
"Family name" => "Achternaam", "Family name" => "Achternaam",
@ -111,13 +205,22 @@
"Select from HD" => "Selecteer van schijf", "Select from HD" => "Selecteer van schijf",
"You have no contacts in your addressbook." => "Je hebt geen contacten in je adresboek", "You have no contacts in your addressbook." => "Je hebt geen contacten in je adresboek",
"Add contact" => "Contactpersoon toevoegen", "Add contact" => "Contactpersoon toevoegen",
"Select Address Books" => "Selecteer adresboeken",
"Enter name" => "Naam",
"Enter description" => "Beschrijving",
"CardDAV syncing addresses" => "CardDAV synchroniseert de adressen", "CardDAV syncing addresses" => "CardDAV synchroniseert de adressen",
"more info" => "meer informatie", "more info" => "meer informatie",
"Primary address (Kontact et al)" => "Standaardadres", "Primary address (Kontact et al)" => "Standaardadres",
"iOS/OS X" => "IOS/OS X", "iOS/OS X" => "IOS/OS X",
"Show CardDav link" => "Laat CardDav link zien",
"Show read-only VCF link" => "Laat alleen lezen VCF link zien",
"Share" => "Deel",
"Download" => "Download", "Download" => "Download",
"Edit" => "Bewerken", "Edit" => "Bewerken",
"New Address Book" => "Nieuw Adresboek", "New Address Book" => "Nieuw Adresboek",
"Name" => "Naam",
"Description" => "Beschrijving",
"Save" => "Opslaan", "Save" => "Opslaan",
"Cancel" => "Anuleren" "Cancel" => "Anuleren",
"More..." => "Meer..."
); );

View File

@ -14,6 +14,7 @@
"Cannot add empty property." => "Невозможно добавить пустой параметр.", "Cannot add empty property." => "Невозможно добавить пустой параметр.",
"At least one of the address fields has to be filled out." => "Как минимум одно поле адреса должно быть заполнено.", "At least one of the address fields has to be filled out." => "Как минимум одно поле адреса должно быть заполнено.",
"Trying to add duplicate property: " => "При попытке добавить дубликат:", "Trying to add duplicate property: " => "При попытке добавить дубликат:",
"Missing IM parameter." => "Отсутствует параметр IM.",
"Unknown IM: " => "Неизвестный IM:", "Unknown IM: " => "Неизвестный IM:",
"Information about vCard is incorrect. Please reload the page." => "Информация о vCard некорректна. Пожалуйста, обновите страницу.", "Information about vCard is incorrect. Please reload the page." => "Информация о vCard некорректна. Пожалуйста, обновите страницу.",
"Missing ID" => "Отсутствует ID", "Missing ID" => "Отсутствует ID",
@ -51,6 +52,9 @@
"Not implemented" => "Не реализовано", "Not implemented" => "Не реализовано",
"Couldn't get a valid address." => "Не удалось получить адрес.", "Couldn't get a valid address." => "Не удалось получить адрес.",
"Error" => "Ошибка", "Error" => "Ошибка",
"You do not have permission to add contacts to " => "У вас нет разрешений добавлять контакты в",
"Please select one of your own address books." => "Выберите одну из ваших собственных адресных книг.",
"Permission error" => "Ошибка доступа",
"This property has to be non-empty." => "Это свойство должно быть не пустым.", "This property has to be non-empty." => "Это свойство должно быть не пустым.",
"Couldn't serialize elements." => "Не удалось сериализовать элементы.", "Couldn't serialize elements." => "Не удалось сериализовать элементы.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' called without type argument. Please report at bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' called without type argument. Please report at bugs.owncloud.org",
@ -95,6 +99,7 @@
"Business" => "Бизнес", "Business" => "Бизнес",
"Call" => "Вызов", "Call" => "Вызов",
"Clients" => "Клиенты", "Clients" => "Клиенты",
"Deliverer" => "Посыльный",
"Holidays" => "Праздники", "Holidays" => "Праздники",
"Ideas" => "Идеи", "Ideas" => "Идеи",
"Journey" => "Поездка", "Journey" => "Поездка",
@ -105,6 +110,8 @@
"Questions" => "Вопросы", "Questions" => "Вопросы",
"{name}'s Birthday" => "День рождения {name}", "{name}'s Birthday" => "День рождения {name}",
"Contact" => "Контакт", "Contact" => "Контакт",
"You do not have the permissions to edit this contact." => "У вас нет разрешений редактировать этот контакт.",
"You do not have the permissions to delete this contact." => "У вас нет разрешений удалять этот контакт.",
"Add Contact" => "Добавить Контакт", "Add Contact" => "Добавить Контакт",
"Import" => "Импорт", "Import" => "Импорт",
"Settings" => "Настройки", "Settings" => "Настройки",
@ -147,6 +154,7 @@
"Delete email address" => "Удалить адрес электронной почты", "Delete email address" => "Удалить адрес электронной почты",
"Enter phone number" => "Ввести номер телефона", "Enter phone number" => "Ввести номер телефона",
"Delete phone number" => "Удалить номер телефона", "Delete phone number" => "Удалить номер телефона",
"Instant Messenger" => "Instant Messenger",
"Delete IM" => "Удалить IM", "Delete IM" => "Удалить IM",
"View on map" => "Показать на карте", "View on map" => "Показать на карте",
"Edit address details" => "Ввести детали адреса", "Edit address details" => "Ввести детали адреса",
@ -154,6 +162,7 @@
"Add field" => "Добавить поле", "Add field" => "Добавить поле",
"Phone" => "Телефон", "Phone" => "Телефон",
"Email" => "Ящик эл. почты", "Email" => "Ящик эл. почты",
"Instant Messaging" => "Быстрые сообщения",
"Address" => "Адрес", "Address" => "Адрес",
"Note" => "Заметка", "Note" => "Заметка",
"Download contact" => "Скачать контакт", "Download contact" => "Скачать контакт",
@ -206,6 +215,9 @@
"more info" => "дополнительная информация", "more info" => "дополнительная информация",
"Primary address (Kontact et al)" => "Первичный адрес (Kontact и др.)", "Primary address (Kontact et al)" => "Первичный адрес (Kontact и др.)",
"iOS/OS X" => "iOS/OS X", "iOS/OS X" => "iOS/OS X",
"Show CardDav link" => "Показать ссылку CardDav",
"Show read-only VCF link" => "Показать нередактируемую ссылку VCF",
"Share" => "Опубликовать",
"Download" => "Скачать", "Download" => "Скачать",
"Edit" => "Редактировать", "Edit" => "Редактировать",
"New Address Book" => "Новая адресная книга", "New Address Book" => "Новая адресная книга",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Ni podprto", "Not implemented" => "Ni podprto",
"Couldn't get a valid address." => "Ne morem dobiti veljavnega naslova.", "Couldn't get a valid address." => "Ne morem dobiti veljavnega naslova.",
"Error" => "Napaka", "Error" => "Napaka",
"You do not have permission to add contacts to " => "Nimate dovoljenja za dodajanje stikov v",
"Please select one of your own address books." => "Prosimo, če izberete enega izmed vaših adresarjev.",
"Permission error" => "Napaka dovoljenj",
"This property has to be non-empty." => "Ta lastnost ne sme biti prazna", "This property has to be non-empty." => "Ta lastnost ne sme biti prazna",
"Couldn't serialize elements." => "Predmetov ni bilo mogoče dati v zaporedje.", "Couldn't serialize elements." => "Predmetov ni bilo mogoče dati v zaporedje.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" je bila klicana brez vrste argumenta. Prosimo, če oddate poročilo o napaki na bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" je bila klicana brez vrste argumenta. Prosimo, če oddate poročilo o napaki na bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Vprašanja", "Questions" => "Vprašanja",
"{name}'s Birthday" => "{name} - rojstni dan", "{name}'s Birthday" => "{name} - rojstni dan",
"Contact" => "Stik", "Contact" => "Stik",
"You do not have the permissions to edit this contact." => "Nimate dovoljenj za urejanje tega stika.",
"You do not have the permissions to delete this contact." => "Nimate dovoljenj za izbris tega stika.",
"Add Contact" => "Dodaj stik", "Add Contact" => "Dodaj stik",
"Import" => "Uvozi", "Import" => "Uvozi",
"Settings" => "Nastavitve", "Settings" => "Nastavitve",

View File

@ -52,6 +52,9 @@
"Not implemented" => "Inte införd", "Not implemented" => "Inte införd",
"Couldn't get a valid address." => "Kunde inte hitta en giltig adress.", "Couldn't get a valid address." => "Kunde inte hitta en giltig adress.",
"Error" => "Fel", "Error" => "Fel",
"You do not have permission to add contacts to " => "Du saknar behörighet att skapa kontakter i",
"Please select one of your own address books." => "Välj en av dina egna adressböcker.",
"Permission error" => "Behörighetsfel",
"This property has to be non-empty." => "Denna egenskap får inte vara tom.", "This property has to be non-empty." => "Denna egenskap får inte vara tom.",
"Couldn't serialize elements." => "Kunde inte serialisera element.", "Couldn't serialize elements." => "Kunde inte serialisera element.",
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" anropades utan typargument. Vänligen rapportera till bugs.owncloud.org", "'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "\"deleteProperty\" anropades utan typargument. Vänligen rapportera till bugs.owncloud.org",
@ -107,6 +110,8 @@
"Questions" => "Frågor", "Questions" => "Frågor",
"{name}'s Birthday" => "{name}'s födelsedag", "{name}'s Birthday" => "{name}'s födelsedag",
"Contact" => "Kontakt", "Contact" => "Kontakt",
"You do not have the permissions to edit this contact." => "Du saknar behörighet för att ändra denna kontakt.",
"You do not have the permissions to delete this contact." => "Du saknar behörighet för att radera denna kontakt.",
"Add Contact" => "Lägg till kontakt", "Add Contact" => "Lägg till kontakt",
"Import" => "Importera", "Import" => "Importera",
"Settings" => "Inställningar", "Settings" => "Inställningar",

View File

@ -8,6 +8,13 @@
"Failed to write to disk" => "Schrijven naar schijf mislukt", "Failed to write to disk" => "Schrijven naar schijf mislukt",
"Files" => "Bestanden", "Files" => "Bestanden",
"Delete" => "Verwijder", "Delete" => "Verwijder",
"already exists" => "bestaat al",
"replace" => "vervang",
"cancel" => "annuleren",
"replaced" => "vervangen",
"with" => "door",
"undo" => "ongedaan maken",
"deleted" => "verwijderd",
"generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.", "generating ZIP-file, it may take some time." => "aanmaken ZIP-file, dit kan enige tijd duren.",
"Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes", "Unable to upload your file as it is a directory or has 0 bytes" => "uploaden van de file mislukt, het is of een directory of de bestandsgrootte is 0 bytes",
"Upload Error" => "Upload Fout", "Upload Error" => "Upload Fout",

View File

@ -8,6 +8,13 @@
"Failed to write to disk" => "Falha ao escrever no disco", "Failed to write to disk" => "Falha ao escrever no disco",
"Files" => "Arquivos", "Files" => "Arquivos",
"Delete" => "Excluir", "Delete" => "Excluir",
"already exists" => "já existe",
"replace" => "substituir",
"cancel" => "cancelar",
"replaced" => "substituido ",
"with" => "com",
"undo" => "desfazer",
"deleted" => "deletado",
"generating ZIP-file, it may take some time." => "gerando arquivo ZIP, isso pode levar um tempo.", "generating ZIP-file, it may take some time." => "gerando arquivo ZIP, isso pode levar um tempo.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes.", "Unable to upload your file as it is a directory or has 0 bytes" => "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes.",
"Upload Error" => "Erro de envio", "Upload Error" => "Erro de envio",

View File

@ -22,30 +22,30 @@
"Upload cancelled." => "Загрузка отменена.", "Upload cancelled." => "Загрузка отменена.",
"Invalid name, '/' is not allowed." => "Неверное имя, '/' не допускается.", "Invalid name, '/' is not allowed." => "Неверное имя, '/' не допускается.",
"Size" => "Размер", "Size" => "Размер",
"Modified" => "Изменен", "Modified" => "Изменён",
"folder" => "папка", "folder" => "папка",
"folders" => "папки", "folders" => "папки",
"file" => "файл", "file" => "файл",
"files" => "файлы", "files" => "файлы",
"File handling" => "Управление файлами", "File handling" => "Управление файлами",
"Maximum upload size" => "Максимальный размер файла", "Maximum upload size" => "Максимальный размер загружаемого файла",
"max. possible: " => "макс. возможно: ", "max. possible: " => "макс. возможно: ",
"Needed for multi-file and folder downloads." => "Требуется для загрузки нескольких файорв и папок", "Needed for multi-file and folder downloads." => "Требуется для скачивания нескольких файлов и папок",
"Enable ZIP-download" => "Включить ZIP-загрузку", "Enable ZIP-download" => "Включить ZIP-скачивание",
"0 is unlimited" => "0 - без ограничений", "0 is unlimited" => "0 - без ограничений",
"Maximum input size for ZIP files" => "Максимальный исходный размер для ZIP файлов", "Maximum input size for ZIP files" => "Максимальный исходный размер для ZIP файлов",
"New" => "Новый", "New" => "Новый",
"Text file" => "Текстовый файл", "Text file" => "Текстовый файл",
"Folder" => "Папка", "Folder" => "Папка",
"From url" => "С url", "From url" => "С url",
"Upload" => "Закачать", "Upload" => "Загрузить",
"Cancel upload" => "Отмена закачки", "Cancel upload" => "Отмена загрузки",
"Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!", "Nothing in here. Upload something!" => "Здесь ничего нет. Загрузите что-нибудь!",
"Name" => "Название", "Name" => "Название",
"Share" => "Поделиться", "Share" => "Опубликовать",
"Download" => "Скачать", "Download" => "Скачать",
"Upload too large" => "Файл слишком большой", "Upload too large" => "Файл слишком большой",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь закачать, превышают лимит для файлов на этом сервере.", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь загрузить, превышают лимит для файлов на этом сервере.",
"Files are being scanned, please wait." => "Подождите, файлы сканируются.", "Files are being scanned, please wait." => "Подождите, файлы сканируются.",
"Current scanning" => "Текущее сканирование" "Current scanning" => "Текущее сканирование"
); );

View File

@ -12,6 +12,7 @@
"replace" => "替换", "replace" => "替换",
"cancel" => "取消", "cancel" => "取消",
"replaced" => "已经替换", "replaced" => "已经替换",
"with" => "随着",
"undo" => "撤销", "undo" => "撤销",
"deleted" => "已经删除", "deleted" => "已经删除",
"generating ZIP-file, it may take some time." => "正在生成 ZIP 文件,可能需要一些时间", "generating ZIP-file, it may take some time." => "正在生成 ZIP 文件,可能需要一些时间",

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Encryption" => "Versleuteling",
"Exclude the following file types from encryption" => "Versleutel de volgende bestand types niet",
"None" => "Geen",
"Enable Encryption" => "Zet versleuteling aan"
);

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Encryption" => "Шифрование",
"Exclude the following file types from encryption" => "Исключить шифрование следующих типов файлов",
"None" => "Ничего",
"Enable Encryption" => "Включить шифрование"
);

View File

@ -0,0 +1,18 @@
<?php $TRANSLATIONS = array(
"External Storage" => "Внешний носитель",
"Mount point" => "Точка монтирования",
"Backend" => "Подсистема",
"Configuration" => "Конфигурация",
"Options" => "Опции",
"Applicable" => "Применимый",
"Add mount point" => "Добавить точку монтирования",
"None set" => "Не установлено",
"All Users" => "Все пользователи",
"Groups" => "Группы",
"Users" => "Пользователи",
"Delete" => "Удалить",
"SSL root certificates" => "Корневые сертификаты SSL",
"Import Root Certificate" => "Импортировать корневые сертификаты",
"Enable User External Storage" => "Включить пользовательские внешние носители",
"Allow users to mount their own external storage" => "Разрешить пользователям монтировать их собственные внешние носители"
);

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Size" => "Grootte",
"Modified" => "Aangepast",
"Delete all" => "Verwijder alles",
"Delete" => "Vewijder"
);

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Size" => "Размер",
"Modified" => "Изменён",
"Delete all" => "Удалить все",
"Delete" => "Удалить"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Alle versies laten verlopen",
"Enable Files Versioning" => "Activeer file versioning"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "Просрочить все версии",
"Enable Files Versioning" => "Включить ведение версий файлов"
);

View File

@ -1,12 +1,7 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Pictures" => "Plaatjes", "Pictures" => "Plaatjes",
"Settings" => "Instellingen", "Share gallery" => "Deel gallerie",
"Rescan" => "Opnieuw doorzoeken", "Error: " => "Fout:",
"Stop" => "Stop", "Internal error" => "Interne fout",
"Share" => "Deel", "Slideshow" => "Diashow"
"Back" => "Terug",
"Remove confirmation" => "Verwijder bevestiging",
"Do you want to remove album" => "Wil je het album verwijderen: ",
"Change album name" => "Wijzig album naam",
"New album name" => "Nieuwe album naam"
); );

24
apps/tasks/l10n/ru.php Normal file
View File

@ -0,0 +1,24 @@
<?php $TRANSLATIONS = array(
"Invalid date/time" => "Неверные дата/время",
"Tasks" => "Задачи",
"No category" => "Нет категории",
"Unspecified" => "Не указан",
"1=highest" => "1=наибольший",
"5=medium" => "5=средний",
"9=lowest" => "9=наименьший",
"Empty Summary" => "Пустая сводка",
"Invalid percent complete" => "Неверный процент завершения",
"Invalid priority" => "Неверный приоритет",
"Add Task" => "Добавить задачу",
"Order Due" => "Срок заказа",
"Order List" => "Order List",
"Order Complete" => "Заказ выполнен",
"Order Location" => "Местонахождение заказа",
"Order Priority" => "Приоритет заказа",
"Order Label" => "Метка заказа",
"Loading tasks..." => "Загрузка задач...",
"Important" => "Важный",
"More" => "Больше",
"Less" => "Меньше",
"Delete" => "Удалить"
);

View File

@ -0,0 +1,26 @@
<?php $TRANSLATIONS = array(
"Host" => "Сервер",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /",
"Base DN" => "Базовый DN",
"You can specify Base DN for users and groups in the Advanced tab" => "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"",
"User DN" => "DN пользователя",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN-клиента пользователя, с которым связывают должно быть заполнено, например, uid=агент, dc=пример, dc=com. Для анонимного доступа, оставьте DN и пароль пустыми.",
"Password" => "Пароль",
"For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте DN и пароль пустыми.",
"User Login Filter" => "Фильтр входа пользователей",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему.",
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "используйте заполнитель %%uid, например: \"uid=%%uid\"",
"User List Filter" => "Фильтр списка пользователей",
"Defines the filter to apply, when retrieving users." => "Определяет фильтр для применения при получении пользователей.",
"without any placeholder, e.g. \"objectClass=person\"." => "без заполнителя, например: \"objectClass=person\".",
"Group Filter" => "Фильтр группы",
"Defines the filter to apply, when retrieving groups." => "Определяет фильтр для применения при получении группы.",
"Port" => "Порт",
"Use TLS" => "Использовать TLS",
"Do not use it for SSL connections, it will fail." => "Не используйте для соединений SSL",
"Turn off SSL certificate validation." => "Отключить проверку сертификата SSL.",
"Not recommended, use for testing only." => "Не рекомендуется, используйте только для тестирования.",
"in bytes" => "в байтах",
"in seconds. A change empties the cache." => "в секундах. Изменение очистит кэш.",
"Help" => "Помощь"
);

View File

@ -0,0 +1,10 @@
<?php $TRANSLATIONS = array(
"Export" => "Экспорт",
"Something went wrong while the export file was being generated" => "В процессе создания файла экспорта что-то пошло не так",
"An error has occurred" => "Произошла ошибка",
"Export your user account" => "Экспортировать ваш аккаунт пользователя",
"This will create a compressed file that contains your ownCloud account." => "Будет создан сжатый файл, содержащий ваш аккаунт ownCloud",
"Import user account" => "Импортировать аккаунт пользователя",
"ownCloud User Zip" => "Архив пользователя ownCloud",
"Import" => "Импорт"
);

View File

@ -0,0 +1,11 @@
<?php $TRANSLATIONS = array(
"This is an OpenID server endpoint. For more information, see " => "Dit is een OpenID server. Voor meer informatie, zie",
"Identity: <b>" => "Identiteit: <b>",
"Realm: <b>" => "Realm: <b>",
"User: <b>" => "Gebruiker: <b>",
"Login" => "Login",
"Error: <b>No user Selected" => "Fout: <b>Geen gebruiker geselecteerd",
"you can authenticate to other sites with this address" => "u kan met dit adres bij andere sites authenticeren",
"Authorized OpenID provider" => "Geautoriseerde OpenID provider",
"Your address at Wordpress, Identi.ca, &hellip;" => "Uw adres bij Wordpress, Identi.ca, &hellip;"
);

View File

@ -0,0 +1,11 @@
<?php $TRANSLATIONS = array(
"This is an OpenID server endpoint. For more information, see " => "Это точка подключения сервера OpenID. Для информации смотрите",
"Identity: <b>" => "Личность: <b>",
"Realm: <b>" => "Realm: <b>",
"User: <b>" => "Пользователь: <b>",
"Login" => "Логин",
"Error: <b>No user Selected" => "Ошибка: <b>Пользователь не выбран",
"you can authenticate to other sites with this address" => "вы можете аутентифицироваться на других сайтах с этим адресом",
"Authorized OpenID provider" => "Авторизованный провайдер OpenID",
"Your address at Wordpress, Identi.ca, &hellip;" => "Ваш адрес в Wordpress, Identi.ca, &hellip;"
);

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 08:24+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -216,7 +216,7 @@ msgstr "No s'ha pogut carregar la imatge temporal: "
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "No s'ha carregat cap fitxer. Error desconegut" msgstr "No s'ha carregat cap fitxer. Error desconegut"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Contactes" msgstr "Contactes"
@ -244,15 +244,15 @@ msgstr "Error"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "No teniu permisos per afegir contactes a "
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Seleccioneu una de les vostres llibretes d'adreces"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Error de permisos"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -484,11 +484,11 @@ msgstr "Contacte"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "No teniu permisos per editar aquest contacte"
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "No teniu permisos per esborrar aquest contacte"
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Jan Krejci <krejca85@gmail.com>, 2011. # Jan Krejci <krejca85@gmail.com>, 2011, 2012.
# Martin <fireball@atlas.cz>, 2011, 2012. # Martin <fireball@atlas.cz>, 2011, 2012.
# Michal Hrušecký <Michal@hrusecky.net>, 2012. # Michal Hrušecký <Michal@hrusecky.net>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 07:58+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Jan Krejci <krejca85@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -84,11 +84,11 @@ msgstr "Pokoušíte se přidat duplicitní atribut: "
#: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93
msgid "Missing IM parameter." msgid "Missing IM parameter."
msgstr "" msgstr "Chybějící parametr IM"
#: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97
msgid "Unknown IM: " msgid "Unknown IM: "
msgstr "" msgstr "Neznámý IM:"
#: ajax/contact/deleteproperty.php:37 #: ajax/contact/deleteproperty.php:37
msgid "Information about vCard is incorrect. Please reload the page." msgid "Information about vCard is incorrect. Please reload the page."
@ -217,7 +217,7 @@ msgstr "Nemohu načíst dočasný obrázek: "
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Soubor nebyl odeslán. Neznámá chyba" msgstr "Soubor nebyl odeslán. Neznámá chyba"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Kontakty" msgstr "Kontakty"
@ -245,15 +245,15 @@ msgstr "Chyba"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Nemáte práva přidat kontakt do"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Prosím vyberte jeden z vašich adresářů"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Chyba přístupových práv"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -300,7 +300,7 @@ msgstr "Některé kontakty jsou označeny ke smazání. Počkete prosím na doko
#: js/contacts.js:1649 #: js/contacts.js:1649
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "Chcete spojit tyto adresáře?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "
@ -332,51 +332,51 @@ msgstr "Kontakt nebyl nalezen."
#: lib/app.php:116 #: lib/app.php:116
msgid "Jabber" msgid "Jabber"
msgstr "" msgstr "Jabber"
#: lib/app.php:121 #: lib/app.php:121
msgid "AIM" msgid "AIM"
msgstr "" msgstr "AIM"
#: lib/app.php:126 #: lib/app.php:126
msgid "MSN" msgid "MSN"
msgstr "" msgstr "MSN"
#: lib/app.php:131 #: lib/app.php:131
msgid "Twitter" msgid "Twitter"
msgstr "" msgstr "Twitter"
#: lib/app.php:136 #: lib/app.php:136
msgid "GoogleTalk" msgid "GoogleTalk"
msgstr "" msgstr "GoogleTalk"
#: lib/app.php:141 #: lib/app.php:141
msgid "Facebook" msgid "Facebook"
msgstr "" msgstr "Facebook"
#: lib/app.php:146 #: lib/app.php:146
msgid "XMPP" msgid "XMPP"
msgstr "" msgstr "XMPP"
#: lib/app.php:151 #: lib/app.php:151
msgid "ICQ" msgid "ICQ"
msgstr "" msgstr "ICQ"
#: lib/app.php:156 #: lib/app.php:156
msgid "Yahoo" msgid "Yahoo"
msgstr "" msgstr "Yahoo"
#: lib/app.php:161 #: lib/app.php:161
msgid "Skype" msgid "Skype"
msgstr "" msgstr "Skype"
#: lib/app.php:166 #: lib/app.php:166
msgid "QQ" msgid "QQ"
msgstr "" msgstr "QQ"
#: lib/app.php:171 #: lib/app.php:171
msgid "GaduGadu" msgid "GaduGadu"
msgstr "" msgstr "GaduGadu"
#: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266 #: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266
msgid "Work" msgid "Work"
@ -485,11 +485,11 @@ msgstr "Kontakt"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Nemáte práva editovat tento kontakt"
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Nemáte práva smazat tento kontakt"
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"
@ -665,11 +665,11 @@ msgstr "Smazat telefoní číslo"
#: templates/part.contact.php:100 #: templates/part.contact.php:100
msgid "Instant Messenger" msgid "Instant Messenger"
msgstr "" msgstr "Instant Messenger"
#: templates/part.contact.php:101 #: templates/part.contact.php:101
msgid "Delete IM" msgid "Delete IM"
msgstr "" msgstr "Smazat IM"
#: templates/part.contact.php:110 #: templates/part.contact.php:110
msgid "View on map" msgid "View on map"
@ -697,7 +697,7 @@ msgstr "Email"
#: templates/part.contact.php:131 #: templates/part.contact.php:131
msgid "Instant Messaging" msgid "Instant Messaging"
msgstr "" msgstr "Instant Messaging"
#: templates/part.contact.php:132 #: templates/part.contact.php:132
msgid "Address" msgid "Address"
@ -920,7 +920,7 @@ msgstr "Zobrazit odkaz VCF pouze pro čtení"
#: templates/settings.php:26 #: templates/settings.php:26
msgid "Share" msgid "Share"
msgstr "" msgstr "Sdílet"
#: templates/settings.php:29 #: templates/settings.php:29
msgid "Download" msgid "Download"

View File

@ -25,9 +25,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 08:07+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -232,7 +232,7 @@ msgstr "Konnte das temporäre Bild nicht laden:"
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Keine Datei hochgeladen. Unbekannter Fehler" msgstr "Keine Datei hochgeladen. Unbekannter Fehler"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Kontakte" msgstr "Kontakte"
@ -260,15 +260,15 @@ msgstr "Fehler"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Sie besitzen nicht die erforderlichen Rechte, um Kontakte hinzuzufügen"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Bitte wählen Sie eines Ihrer Adressbücher aus."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Berechtigungsfehler"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -500,11 +500,11 @@ msgstr "Kontakt"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakt zu bearbeiten."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Sie besitzen nicht die erforderlichen Rechte, um diesen Kontakte zu löschen."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 07:34+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Nisok Kosin <nikos.efthimiou@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -221,7 +221,7 @@ msgstr "Δεν ήταν δυνατή η φόρτωση της προσωρινή
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα" msgstr "Δεν ανέβηκε κάποιο αρχείο. Άγνωστο σφάλμα"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Επαφές" msgstr "Επαφές"
@ -249,15 +249,15 @@ msgstr "Σφάλμα"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Δεν έχετε επαρκή δικαιώματα για προσθέσετε επαφές στο "
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Παρακαλούμε επιλέξτε ένα από τα δικάς σας βιβλία διευθύνσεων."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Σφάλμα δικαιωμάτων"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -489,11 +489,11 @@ msgstr "Επαφή"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Δεν διαθέτε επαρκή δικαιώματα για την επεξεργασία αυτής της επαφής."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Δεν διαθέτε επαρκή δικαιώματα για την διαγραφή αυτής της επαφής."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -19,9 +19,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 13:55+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: MathieuP <mathieu.payrol@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -226,7 +226,7 @@ msgstr "Impossible de charger l'image temporaire :"
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Aucun fichier n'a été chargé. Erreur inconnue" msgstr "Aucun fichier n'a été chargé. Erreur inconnue"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Contacts" msgstr "Contacts"
@ -254,15 +254,15 @@ msgstr "Erreur"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Vous n'avez pas l'autorisation d'ajouter des contacts à"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Veuillez sélectionner l'un de vos carnets d'adresses."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Erreur de permission"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -393,7 +393,7 @@ msgstr "Travail"
#: lib/app.php:195 lib/app.php:200 lib/app.php:214 #: lib/app.php:195 lib/app.php:200 lib/app.php:214
msgid "Home" msgid "Home"
msgstr "Maison" msgstr "Domicile"
#: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593 #: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593
msgid "Other" msgid "Other"
@ -494,11 +494,11 @@ msgstr "Contact"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Vous n'avez pas l'autorisation de modifier ce contact."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Vous n'avez pas l'autorisation de supprimer ce contact."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 05:41+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -218,7 +218,7 @@ msgstr "Impossibile caricare l'immagine temporanea: "
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Nessun file è stato inviato. Errore sconosciuto" msgstr "Nessun file è stato inviato. Errore sconosciuto"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Contatti" msgstr "Contatti"
@ -246,15 +246,15 @@ msgstr "Errore"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Non hai i permessi per aggiungere contatti a"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Seleziona una delle tue rubriche."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Errore relativo ai permessi"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -486,11 +486,11 @@ msgstr "Contatto"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Non hai i permessi per modificare questo contatto."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Non hai i permessi per eliminare questo contatto."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:03+0000\n" "PO-Revision-Date: 2012-08-24 02:39+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -132,7 +132,7 @@ msgstr "写真の読み込みは無効です。"
#: ajax/editname.php:31 #: ajax/editname.php:31
msgid "Contact ID is missing." msgid "Contact ID is missing."
msgstr "コンタクトIDが見つかりません。" msgstr "連絡先 IDが見つかりません。"
#: ajax/oc_photo.php:32 #: ajax/oc_photo.php:32
msgid "No photo path was submitted." msgid "No photo path was submitted."
@ -148,7 +148,7 @@ msgstr "画像の読み込みエラー。"
#: ajax/savecrop.php:69 #: ajax/savecrop.php:69
msgid "Error getting contact object." msgid "Error getting contact object."
msgstr "コンタクトオブジェクトの取得エラー。" msgstr "連絡先オブジェクトの取得エラー。"
#: ajax/savecrop.php:79 #: ajax/savecrop.php:79
msgid "Error getting PHOTO property." msgid "Error getting PHOTO property."
@ -156,7 +156,7 @@ msgstr "写真属性の取得エラー。"
#: ajax/savecrop.php:98 #: ajax/savecrop.php:98
msgid "Error saving contact." msgid "Error saving contact."
msgstr "コンタクトの保存エラー。" msgstr "連絡先の保存エラー。"
#: ajax/savecrop.php:109 #: ajax/savecrop.php:109
msgid "Error resizing image" msgid "Error resizing image"
@ -216,7 +216,7 @@ msgstr "一時的な画像の読み込みができませんでした: "
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "ファイルは何もアップロードされていません。不明なエラー" msgstr "ファイルは何もアップロードされていません。不明なエラー"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "連絡先" msgstr "連絡先"
@ -244,15 +244,15 @@ msgstr "エラー"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "連絡先を追加する権限がありません"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "アドレス帳を一つ選択してください"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "権限エラー"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -295,7 +295,7 @@ msgstr "タイプを選択"
msgid "" msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for " "Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted." "them to be deleted."
msgstr "いくつかのコンタクトが削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。" msgstr "いくつかの連絡先が削除とマークされていますが、まだ削除されていません。削除するまでお待ちください。"
#: js/contacts.js:1649 #: js/contacts.js:1649
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
@ -484,11 +484,11 @@ msgstr "連絡先"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "この連絡先を編集する権限がありません"
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "この連絡先を削除する権限がありません"
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"
@ -520,11 +520,11 @@ msgstr "ナビゲーション"
#: templates/index.php:42 #: templates/index.php:42
msgid "Next contact in list" msgid "Next contact in list"
msgstr "リスト内の次のコンタクト" msgstr "リスト内の次の連絡先"
#: templates/index.php:44 #: templates/index.php:44
msgid "Previous contact in list" msgid "Previous contact in list"
msgstr "リスト内の前のコンタクト" msgstr "リスト内の前の連絡先"
#: templates/index.php:46 #: templates/index.php:46
msgid "Expand/collapse current addressbook" msgid "Expand/collapse current addressbook"
@ -548,7 +548,7 @@ msgstr "連絡先リストを再読込する"
#: templates/index.php:59 #: templates/index.php:59
msgid "Add new contact" msgid "Add new contact"
msgstr "新しいコンタクトを追加" msgstr "新しい連絡先を追加"
#: templates/index.php:61 #: templates/index.php:61
msgid "Add new addressbook" msgid "Add new addressbook"
@ -556,7 +556,7 @@ msgstr "新しいアドレス帳を追加"
#: templates/index.php:63 #: templates/index.php:63
msgid "Delete current contact" msgid "Delete current contact"
msgstr "現在のコンタクトを削除" msgstr "現在の連絡先を削除"
#: templates/part.contact.php:17 #: templates/part.contact.php:17
msgid "Drop photo to upload" msgid "Drop photo to upload"
@ -855,7 +855,7 @@ msgstr "Sn."
#: templates/part.import.php:1 #: templates/part.import.php:1
msgid "Import a contacts file" msgid "Import a contacts file"
msgstr "コンタクトファイルをインポート" msgstr "連絡先ファイルをインポート"
#: templates/part.import.php:6 #: templates/part.import.php:6
msgid "Please choose the addressbook" msgid "Please choose the addressbook"
@ -871,7 +871,7 @@ msgstr "新しいアドレスブックの名前"
#: templates/part.import.php:20 #: templates/part.import.php:20
msgid "Importing contacts" msgid "Importing contacts"
msgstr "コンタクトをインポート" msgstr "連絡先をインポート"
#: templates/part.no_contacts.php:3 #: templates/part.no_contacts.php:3
msgid "You have no contacts in your addressbook." msgid "You have no contacts in your addressbook."

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:32+0000\n" "PO-Revision-Date: 2012-08-24 16:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,14 +20,14 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Export this ownCloud instance" msgid "Export this ownCloud instance"
msgstr "" msgstr "Exporteer deze ownCloud instantie"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "" msgid ""
"This will create a compressed file that contains the data of this owncloud instance.\n" "This will create a compressed file that contains the data of this owncloud instance.\n"
" Please choose the export type:" " Please choose the export type:"
msgstr "" msgstr "Dit maakt een gecomprimeerd bestand, met de inhoud van deze ownCloud instantie. Kies het export type:"
#: templates/settings.php:12 #: templates/settings.php:12
msgid "Export" msgid "Export"
msgstr "" msgstr "Exporteer"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-07-28 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-07-27 22:17+0000\n" "PO-Revision-Date: 2012-08-24 19:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,41 +20,41 @@ msgstr ""
#: appinfo/app.php:14 #: appinfo/app.php:14
msgid "Bookmarks" msgid "Bookmarks"
msgstr "" msgstr "Bladwijzers"
#: bookmarksHelper.php:99 #: bookmarksHelper.php:99
msgid "unnamed" msgid "unnamed"
msgstr "" msgstr "geen naam"
#: templates/bookmarklet.php:5 #: templates/bookmarklet.php:5
msgid "" msgid ""
"Drag this to your browser bookmarks and click it, when you want to bookmark " "Drag this to your browser bookmarks and click it, when you want to bookmark "
"a webpage quickly:" "a webpage quickly:"
msgstr "" msgstr "Sleep dit naar uw browser bladwijzers en klik erop, wanneer u een webpagina snel wilt voorzien van een bladwijzer:"
#: templates/bookmarklet.php:7 #: templates/bookmarklet.php:7
msgid "Read later" msgid "Read later"
msgstr "" msgstr "Lees later"
#: templates/list.php:13 #: templates/list.php:13
msgid "Address" msgid "Address"
msgstr "" msgstr "Adres"
#: templates/list.php:14 #: templates/list.php:14
msgid "Title" msgid "Title"
msgstr "" msgstr "Titel"
#: templates/list.php:15 #: templates/list.php:15
msgid "Tags" msgid "Tags"
msgstr "" msgstr "Tags"
#: templates/list.php:16 #: templates/list.php:16
msgid "Save bookmark" msgid "Save bookmark"
msgstr "" msgstr "Bewaar bookmark"
#: templates/list.php:22 #: templates/list.php:22
msgid "You have no bookmarks" msgid "You have no bookmarks"
msgstr "" msgstr "U heeft geen bookmarks"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Bookmarklet <br />" msgid "Bookmarklet <br />"

View File

@ -9,13 +9,14 @@
# <georg.stefan.germany@googlemail.com>, 2012. # <georg.stefan.germany@googlemail.com>, 2012.
# <jos@gelauff.net>, 2012. # <jos@gelauff.net>, 2012.
# <pietje8501@gmail.com>, 2012. # <pietje8501@gmail.com>, 2012.
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-11 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-11 00:02+0000\n" "PO-Revision-Date: 2012-08-24 08:53+0000\n"
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,11 +26,11 @@ msgstr ""
#: ajax/cache/status.php:19 #: ajax/cache/status.php:19
msgid "Not all calendars are completely cached" msgid "Not all calendars are completely cached"
msgstr "" msgstr "Niet alle agenda's zijn volledig gecached"
#: ajax/cache/status.php:21 #: ajax/cache/status.php:21
msgid "Everything seems to be completely cached" msgid "Everything seems to be completely cached"
msgstr "" msgstr "Alles lijkt volledig gecached te zijn"
#: ajax/categories/rescan.php:29 #: ajax/categories/rescan.php:29
msgid "No calendars found." msgid "No calendars found."
@ -47,19 +48,19 @@ msgstr "Verkeerde kalender"
msgid "" msgid ""
"The file contained either no events or all events are already saved in your " "The file contained either no events or all events are already saved in your "
"calendar." "calendar."
msgstr "" msgstr "Het bestand bevat geen gebeurtenissen of alle gebeurtenissen worden al in uw agenda bewaard."
#: ajax/import/dropimport.php:31 ajax/import/import.php:67 #: ajax/import/dropimport.php:31 ajax/import/import.php:67
msgid "events has been saved in the new calendar" msgid "events has been saved in the new calendar"
msgstr "" msgstr "De gebeurtenissen worden in de nieuwe agenda bewaard"
#: ajax/import/import.php:56 #: ajax/import/import.php:56
msgid "Import failed" msgid "Import failed"
msgstr "" msgstr "import is gefaald"
#: ajax/import/import.php:69 #: ajax/import/import.php:69
msgid "events has been saved in your calendar" msgid "events has been saved in your calendar"
msgstr "" msgstr "de gebeurtenissen zijn in uw agenda opgeslagen "
#: ajax/settings/guesstimezone.php:25 #: ajax/settings/guesstimezone.php:25
msgid "New Timezone:" msgid "New Timezone:"
@ -73,7 +74,7 @@ msgstr "Tijdzone is veranderd"
msgid "Invalid request" msgid "Invalid request"
msgstr "Ongeldige aanvraag" msgstr "Ongeldige aanvraag"
#: appinfo/app.php:35 templates/calendar.php:15 #: appinfo/app.php:41 templates/calendar.php:15
#: templates/part.eventform.php:33 templates/part.showevent.php:33 #: templates/part.eventform.php:33 templates/part.showevent.php:33
msgid "Calendar" msgid "Calendar"
msgstr "Kalender" msgstr "Kalender"
@ -164,7 +165,7 @@ msgstr "Werk"
#: lib/app.php:351 lib/app.php:361 #: lib/app.php:351 lib/app.php:361
msgid "by" msgid "by"
msgstr "" msgstr "door"
#: lib/app.php:359 lib/app.php:399 #: lib/app.php:359 lib/app.php:399
msgid "unnamed" msgid "unnamed"
@ -353,79 +354,79 @@ msgstr "Cal."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Sun." msgid "Sun."
msgstr "" msgstr "Zon."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Mon." msgid "Mon."
msgstr "" msgstr "Maa."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Tue." msgid "Tue."
msgstr "" msgstr "Din."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Wed." msgid "Wed."
msgstr "" msgstr "Woe."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Thu." msgid "Thu."
msgstr "" msgstr "Don."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Fri." msgid "Fri."
msgstr "" msgstr "Vrij."
#: templates/calendar.php:6 #: templates/calendar.php:6
msgid "Sat." msgid "Sat."
msgstr "" msgstr "Zat."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Jan." msgid "Jan."
msgstr "" msgstr "Jan."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Feb." msgid "Feb."
msgstr "" msgstr "Feb."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Mar." msgid "Mar."
msgstr "" msgstr "Maa."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Apr." msgid "Apr."
msgstr "" msgstr "Apr."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "May." msgid "May."
msgstr "" msgstr "Mei."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Jun." msgid "Jun."
msgstr "" msgstr "Jun."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Jul." msgid "Jul."
msgstr "" msgstr "Jul."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Aug." msgid "Aug."
msgstr "" msgstr "Aug."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Sep." msgid "Sep."
msgstr "" msgstr "Sep."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Oct." msgid "Oct."
msgstr "" msgstr "Okt."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Nov." msgid "Nov."
msgstr "" msgstr "Nov."
#: templates/calendar.php:8 #: templates/calendar.php:8
msgid "Dec." msgid "Dec."
msgstr "" msgstr "Dec."
#: templates/calendar.php:11 #: templates/calendar.php:11
msgid "All day" msgid "All day"
@ -482,7 +483,7 @@ msgstr "Vandaag"
#: templates/calendar.php:46 templates/calendar.php:47 #: templates/calendar.php:46 templates/calendar.php:47
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Instellingen"
#: templates/part.choosecalendar.php:2 #: templates/part.choosecalendar.php:2
msgid "Your calendars" msgid "Your calendars"
@ -690,7 +691,7 @@ msgstr "Importeer een agenda bestand"
#: templates/part.import.php:24 #: templates/part.import.php:24
msgid "Please choose a calendar" msgid "Please choose a calendar"
msgstr "" msgstr "Kies een agenda"
#: templates/part.import.php:36 #: templates/part.import.php:36
msgid "Name of new calendar" msgid "Name of new calendar"
@ -698,13 +699,13 @@ msgstr "Naam van de nieuwe agenda"
#: templates/part.import.php:44 #: templates/part.import.php:44
msgid "Take an available name!" msgid "Take an available name!"
msgstr "" msgstr "Kies een beschikbare naam!"
#: templates/part.import.php:45 #: templates/part.import.php:45
msgid "" msgid ""
"A Calendar with this name already exists. If you continue anyhow, these " "A Calendar with this name already exists. If you continue anyhow, these "
"calendars will be merged." "calendars will be merged."
msgstr "" msgstr "Een agenda met deze naam bestaat al. Als u doorgaat, worden deze agenda's samengevoegd"
#: templates/part.import.php:47 #: templates/part.import.php:47
msgid "Import" msgid "Import"
@ -736,7 +737,7 @@ msgstr "op"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "General" msgid "General"
msgstr "" msgstr "Algemeen"
#: templates/settings.php:15 #: templates/settings.php:15
msgid "Timezone" msgid "Timezone"
@ -744,11 +745,11 @@ msgstr "Tijdzone"
#: templates/settings.php:47 #: templates/settings.php:47
msgid "Update timezone automatically" msgid "Update timezone automatically"
msgstr "" msgstr "Werk de tijdzone automatisch bij"
#: templates/settings.php:52 #: templates/settings.php:52
msgid "Time format" msgid "Time format"
msgstr "" msgstr "Tijd formaat"
#: templates/settings.php:57 #: templates/settings.php:57
msgid "24h" msgid "24h"
@ -760,39 +761,39 @@ msgstr "12uur"
#: templates/settings.php:64 #: templates/settings.php:64
msgid "Start week on" msgid "Start week on"
msgstr "" msgstr "Begin de week op"
#: templates/settings.php:76 #: templates/settings.php:76
msgid "Cache" msgid "Cache"
msgstr "" msgstr "Cache"
#: templates/settings.php:80 #: templates/settings.php:80
msgid "Clear cache for repeating events" msgid "Clear cache for repeating events"
msgstr "" msgstr "Leeg cache voor repeterende gebeurtenissen"
#: templates/settings.php:85 #: templates/settings.php:85
msgid "URLs" msgid "URLs"
msgstr "" msgstr "URLs"
#: templates/settings.php:87 #: templates/settings.php:87
msgid "Calendar CalDAV syncing addresses" msgid "Calendar CalDAV syncing addresses"
msgstr "" msgstr "Agenda CalDAV synchronisatie adres"
#: templates/settings.php:87 #: templates/settings.php:87
msgid "more info" msgid "more info"
msgstr "" msgstr "meer informatie"
#: templates/settings.php:89 #: templates/settings.php:89
msgid "Primary address (Kontact et al)" msgid "Primary address (Kontact et al)"
msgstr "" msgstr "Primary adres (voor Kontact en dergelijke)"
#: templates/settings.php:91 #: templates/settings.php:91
msgid "iOS/OS X" msgid "iOS/OS X"
msgstr "" msgstr "iOS/OS X"
#: templates/settings.php:93 #: templates/settings.php:93
msgid "Read only iCalendar link(s)" msgid "Read only iCalendar link(s)"
msgstr "" msgstr "Alleen lezen iCalendar link(en)"
#: templates/share.dropdown.php:20 #: templates/share.dropdown.php:20
msgid "Users" msgid "Users"

View File

@ -8,13 +8,14 @@
# Erik Bent <hj.bent.60@gmail.com>, 2012. # Erik Bent <hj.bent.60@gmail.com>, 2012.
# <icewind1991@gmail.com>, 2012. # <icewind1991@gmail.com>, 2012.
# <koen@vervloesem.eu>, 2012. # <koen@vervloesem.eu>, 2012.
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:03+0000\n" "PO-Revision-Date: 2012-08-24 16:50+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -70,7 +71,7 @@ msgstr "onderdeel naam is niet opgegeven."
#: ajax/contact/addproperty.php:46 #: ajax/contact/addproperty.php:46
msgid "Could not parse contact: " msgid "Could not parse contact: "
msgstr "" msgstr "Kon het contact niet verwerken"
#: ajax/contact/addproperty.php:56 #: ajax/contact/addproperty.php:56
msgid "Cannot add empty property." msgid "Cannot add empty property."
@ -86,11 +87,11 @@ msgstr "Eigenschap bestaat al: "
#: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93
msgid "Missing IM parameter." msgid "Missing IM parameter."
msgstr "" msgstr "IM parameter ontbreekt"
#: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97
msgid "Unknown IM: " msgid "Unknown IM: "
msgstr "" msgstr "Onbekende IM:"
#: ajax/contact/deleteproperty.php:37 #: ajax/contact/deleteproperty.php:37
msgid "Information about vCard is incorrect. Please reload the page." msgid "Information about vCard is incorrect. Please reload the page."
@ -151,31 +152,31 @@ msgstr "Fout bij laden plaatje."
#: ajax/savecrop.php:69 #: ajax/savecrop.php:69
msgid "Error getting contact object." msgid "Error getting contact object."
msgstr "" msgstr "Fout om contact object te verkrijgen"
#: ajax/savecrop.php:79 #: ajax/savecrop.php:79
msgid "Error getting PHOTO property." msgid "Error getting PHOTO property."
msgstr "" msgstr "Fout om PHOTO eigenschap te verkrijgen"
#: ajax/savecrop.php:98 #: ajax/savecrop.php:98
msgid "Error saving contact." msgid "Error saving contact."
msgstr "" msgstr "Fout om contact op te slaan"
#: ajax/savecrop.php:109 #: ajax/savecrop.php:109
msgid "Error resizing image" msgid "Error resizing image"
msgstr "" msgstr "Fout tijdens aanpassen plaatje"
#: ajax/savecrop.php:112 #: ajax/savecrop.php:112
msgid "Error cropping image" msgid "Error cropping image"
msgstr "" msgstr "Fout tijdens aanpassen plaatje"
#: ajax/savecrop.php:115 #: ajax/savecrop.php:115
msgid "Error creating temporary image" msgid "Error creating temporary image"
msgstr "" msgstr "Fout om een tijdelijk plaatje te maken"
#: ajax/savecrop.php:118 #: ajax/savecrop.php:118
msgid "Error finding image: " msgid "Error finding image: "
msgstr "" msgstr "Fout kan plaatje niet vinden:"
#: ajax/uploadimport.php:44 ajax/uploadimport.php:76 #: ajax/uploadimport.php:44 ajax/uploadimport.php:76
msgid "Error uploading contacts to storage." msgid "Error uploading contacts to storage."
@ -209,31 +210,31 @@ msgstr "Er ontbreekt een tijdelijke map"
#: ajax/uploadphoto.php:59 ajax/uploadphoto.php:109 #: ajax/uploadphoto.php:59 ajax/uploadphoto.php:109
msgid "Couldn't save temporary image: " msgid "Couldn't save temporary image: "
msgstr "" msgstr "Kan tijdelijk plaatje niet op slaan:"
#: ajax/uploadphoto.php:62 ajax/uploadphoto.php:112 #: ajax/uploadphoto.php:62 ajax/uploadphoto.php:112
msgid "Couldn't load temporary image: " msgid "Couldn't load temporary image: "
msgstr "" msgstr "Kan tijdelijk plaatje niet op laden:"
#: ajax/uploadphoto.php:71 #: ajax/uploadphoto.php:71
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "" msgstr "Er was geen bestand geladen. Onbekende fout"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Contacten" msgstr "Contacten"
#: js/contacts.js:71 #: js/contacts.js:71
msgid "Sorry, this functionality has not been implemented yet" msgid "Sorry, this functionality has not been implemented yet"
msgstr "" msgstr "Sorry, deze functionaliteit is nog niet geïmplementeerd"
#: js/contacts.js:71 #: js/contacts.js:71
msgid "Not implemented" msgid "Not implemented"
msgstr "" msgstr "Niet geïmplementeerd"
#: js/contacts.js:76 #: js/contacts.js:76
msgid "Couldn't get a valid address." msgid "Couldn't get a valid address."
msgstr "" msgstr "Kan geen geldig adres krijgen"
#: js/contacts.js:76 js/contacts.js:365 js/contacts.js:381 js/contacts.js:393 #: js/contacts.js:76 js/contacts.js:365 js/contacts.js:381 js/contacts.js:393
#: js/contacts.js:723 js/contacts.js:763 js/contacts.js:789 js/contacts.js:921 #: js/contacts.js:723 js/contacts.js:763 js/contacts.js:789 js/contacts.js:921
@ -243,86 +244,86 @@ msgstr ""
#: js/contacts.js:1379 js/contacts.js:1609 js/contacts.js:1644 #: js/contacts.js:1379 js/contacts.js:1609 js/contacts.js:1644
#: js/contacts.js:1664 js/settings.js:26 js/settings.js:43 js/settings.js:68 #: js/contacts.js:1664 js/settings.js:26 js/settings.js:43 js/settings.js:68
msgid "Error" msgid "Error"
msgstr "" msgstr "Fout"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "U hebt geen permissie om contacten toe te voegen aan"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Selecteer één van uw eigen adresboeken"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Permissie fout"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
msgstr "" msgstr "Dit veld mag niet leeg blijven"
#: js/contacts.js:789 #: js/contacts.js:789
msgid "Couldn't serialize elements." msgid "Couldn't serialize elements."
msgstr "" msgstr "Kan de elementen niet serializen"
#: js/contacts.js:921 js/contacts.js:939 #: js/contacts.js:921 js/contacts.js:939
msgid "" msgid ""
"'deleteProperty' called without type argument. Please report at " "'deleteProperty' called without type argument. Please report at "
"bugs.owncloud.org" "bugs.owncloud.org"
msgstr "" msgstr "'deleteProperty' aangeroepen zonder type argument. Rapporteer dit a.u.b. via http://bugs.owncloud.org"
#: js/contacts.js:958 #: js/contacts.js:958
msgid "Edit name" msgid "Edit name"
msgstr "" msgstr "Pas naam aan"
#: js/contacts.js:1250 #: js/contacts.js:1250
msgid "No files selected for upload." msgid "No files selected for upload."
msgstr "" msgstr "Geen bestanden geselecteerd voor upload."
#: js/contacts.js:1258 #: js/contacts.js:1258
msgid "" msgid ""
"The file you are trying to upload exceed the maximum size for file uploads " "The file you are trying to upload exceed the maximum size for file uploads "
"on this server." "on this server."
msgstr "" msgstr "Het bestand dat u probeert te uploaden overschrijdt de maximale bestand grootte voor bestand uploads voor deze server."
#: js/contacts.js:1322 #: js/contacts.js:1322
msgid "Error loading profile picture." msgid "Error loading profile picture."
msgstr "" msgstr "Fout profiel plaatje kan niet worden geladen."
#: js/contacts.js:1457 js/contacts.js:1498 js/contacts.js:1517 #: js/contacts.js:1457 js/contacts.js:1498 js/contacts.js:1517
#: js/contacts.js:1560 #: js/contacts.js:1560
msgid "Select type" msgid "Select type"
msgstr "" msgstr "Selecteer type"
#: js/contacts.js:1578 #: js/contacts.js:1578
msgid "" msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for " "Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted." "them to be deleted."
msgstr "" msgstr "Enkele contacten zijn gemarkeerd om verwijderd te worden, maar zijn nog niet verwijderd. Wacht totdat ze zijn verwijderd."
#: js/contacts.js:1649 #: js/contacts.js:1649
msgid "Do you want to merge these address books?" msgid "Do you want to merge these address books?"
msgstr "" msgstr "Wilt u deze adresboeken samenvoegen?"
#: js/loader.js:49 #: js/loader.js:49
msgid "Result: " msgid "Result: "
msgstr "" msgstr "Resultaat:"
#: js/loader.js:49 #: js/loader.js:49
msgid " imported, " msgid " imported, "
msgstr "" msgstr "geïmporteerd,"
#: js/loader.js:49 #: js/loader.js:49
msgid " failed." msgid " failed."
msgstr "" msgstr "gefaald."
#: js/settings.js:68 #: js/settings.js:68
msgid "Displayname cannot be empty." msgid "Displayname cannot be empty."
msgstr "" msgstr "Displaynaam mag niet leeg zijn."
#: lib/app.php:36 #: lib/app.php:36
msgid "Addressbook not found: " msgid "Addressbook not found: "
msgstr "" msgstr "Adresboek niet gevonden:"
#: lib/app.php:52 #: lib/app.php:52
msgid "This is not your addressbook." msgid "This is not your addressbook."
@ -334,51 +335,51 @@ msgstr "Contact kon niet worden gevonden."
#: lib/app.php:116 #: lib/app.php:116
msgid "Jabber" msgid "Jabber"
msgstr "" msgstr "Jabber"
#: lib/app.php:121 #: lib/app.php:121
msgid "AIM" msgid "AIM"
msgstr "" msgstr "AIM"
#: lib/app.php:126 #: lib/app.php:126
msgid "MSN" msgid "MSN"
msgstr "" msgstr "MSN"
#: lib/app.php:131 #: lib/app.php:131
msgid "Twitter" msgid "Twitter"
msgstr "" msgstr "Twitter"
#: lib/app.php:136 #: lib/app.php:136
msgid "GoogleTalk" msgid "GoogleTalk"
msgstr "" msgstr "GoogleTalk"
#: lib/app.php:141 #: lib/app.php:141
msgid "Facebook" msgid "Facebook"
msgstr "" msgstr "Facebook"
#: lib/app.php:146 #: lib/app.php:146
msgid "XMPP" msgid "XMPP"
msgstr "" msgstr "XMPP"
#: lib/app.php:151 #: lib/app.php:151
msgid "ICQ" msgid "ICQ"
msgstr "" msgstr "ICQ"
#: lib/app.php:156 #: lib/app.php:156
msgid "Yahoo" msgid "Yahoo"
msgstr "" msgstr "Yahoo"
#: lib/app.php:161 #: lib/app.php:161
msgid "Skype" msgid "Skype"
msgstr "" msgstr "Skype"
#: lib/app.php:166 #: lib/app.php:166
msgid "QQ" msgid "QQ"
msgstr "" msgstr "QQ"
#: lib/app.php:171 #: lib/app.php:171
msgid "GaduGadu" msgid "GaduGadu"
msgstr "" msgstr "GaduGadu"
#: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266 #: lib/app.php:194 lib/app.php:202 lib/app.php:213 lib/app.php:266
msgid "Work" msgid "Work"
@ -390,7 +391,7 @@ msgstr "Thuis"
#: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593 #: lib/app.php:196 lib/app.php:209 lib/app.php:262 lib/vcard.php:593
msgid "Other" msgid "Other"
msgstr "" msgstr "Anders"
#: lib/app.php:201 #: lib/app.php:201
msgid "Mobile" msgid "Mobile"
@ -431,51 +432,51 @@ msgstr "Verjaardag"
#: lib/app.php:253 #: lib/app.php:253
msgid "Business" msgid "Business"
msgstr "" msgstr "Business"
#: lib/app.php:254 #: lib/app.php:254
msgid "Call" msgid "Call"
msgstr "" msgstr "Bel"
#: lib/app.php:255 #: lib/app.php:255
msgid "Clients" msgid "Clients"
msgstr "" msgstr "Klanten"
#: lib/app.php:256 #: lib/app.php:256
msgid "Deliverer" msgid "Deliverer"
msgstr "" msgstr "Leverancier"
#: lib/app.php:257 #: lib/app.php:257
msgid "Holidays" msgid "Holidays"
msgstr "" msgstr "Vakanties"
#: lib/app.php:258 #: lib/app.php:258
msgid "Ideas" msgid "Ideas"
msgstr "" msgstr "Ideeën"
#: lib/app.php:259 #: lib/app.php:259
msgid "Journey" msgid "Journey"
msgstr "" msgstr "Reis"
#: lib/app.php:260 #: lib/app.php:260
msgid "Jubilee" msgid "Jubilee"
msgstr "" msgstr "Jubileum"
#: lib/app.php:261 #: lib/app.php:261
msgid "Meeting" msgid "Meeting"
msgstr "" msgstr "Vergadering"
#: lib/app.php:263 #: lib/app.php:263
msgid "Personal" msgid "Personal"
msgstr "" msgstr "Persoonlijk"
#: lib/app.php:264 #: lib/app.php:264
msgid "Projects" msgid "Projects"
msgstr "" msgstr "Projecten"
#: lib/app.php:265 #: lib/app.php:265
msgid "Questions" msgid "Questions"
msgstr "" msgstr "Vragen"
#: lib/hooks.php:102 #: lib/hooks.php:102
msgid "{name}'s Birthday" msgid "{name}'s Birthday"
@ -487,11 +488,11 @@ msgstr "Contact"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "U heeft geen permissie om dit contact te bewerken."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "U heeft geen permissie om dit contact te verwijderen."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"
@ -503,7 +504,7 @@ msgstr "Importeer"
#: templates/index.php:18 #: templates/index.php:18
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Instellingen"
#: templates/index.php:18 templates/settings.php:9 #: templates/index.php:18 templates/settings.php:9
msgid "Addressbooks" msgid "Addressbooks"
@ -511,55 +512,55 @@ msgstr "Adresboeken"
#: templates/index.php:36 templates/part.import.php:24 #: templates/index.php:36 templates/part.import.php:24
msgid "Close" msgid "Close"
msgstr "" msgstr "Sluiten"
#: templates/index.php:37 #: templates/index.php:37
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "" msgstr "Sneltoetsen"
#: templates/index.php:39 #: templates/index.php:39
msgid "Navigation" msgid "Navigation"
msgstr "" msgstr "Navigatie"
#: templates/index.php:42 #: templates/index.php:42
msgid "Next contact in list" msgid "Next contact in list"
msgstr "" msgstr "Volgende contact in de lijst"
#: templates/index.php:44 #: templates/index.php:44
msgid "Previous contact in list" msgid "Previous contact in list"
msgstr "" msgstr "Vorige contact in de lijst"
#: templates/index.php:46 #: templates/index.php:46
msgid "Expand/collapse current addressbook" msgid "Expand/collapse current addressbook"
msgstr "" msgstr "Uitklappen / inklappen huidig adresboek"
#: templates/index.php:48 #: templates/index.php:48
msgid "Next addressbook" msgid "Next addressbook"
msgstr "" msgstr "Volgende adresboek"
#: templates/index.php:50 #: templates/index.php:50
msgid "Previous addressbook" msgid "Previous addressbook"
msgstr "" msgstr "Vorige adresboek"
#: templates/index.php:54 #: templates/index.php:54
msgid "Actions" msgid "Actions"
msgstr "" msgstr "Acties"
#: templates/index.php:57 #: templates/index.php:57
msgid "Refresh contacts list" msgid "Refresh contacts list"
msgstr "" msgstr "Vernieuw contact lijst"
#: templates/index.php:59 #: templates/index.php:59
msgid "Add new contact" msgid "Add new contact"
msgstr "" msgstr "Voeg nieuw contact toe"
#: templates/index.php:61 #: templates/index.php:61
msgid "Add new addressbook" msgid "Add new addressbook"
msgstr "" msgstr "Voeg nieuw adresboek toe"
#: templates/index.php:63 #: templates/index.php:63
msgid "Delete current contact" msgid "Delete current contact"
msgstr "" msgstr "Verwijder huidig contact"
#: templates/part.contact.php:17 #: templates/part.contact.php:17
msgid "Drop photo to upload" msgid "Drop photo to upload"
@ -610,15 +611,15 @@ msgstr "Voer roepnaam in"
#: templates/part.contact.php:43 templates/part.contact.php:134 #: templates/part.contact.php:43 templates/part.contact.php:134
msgid "Web site" msgid "Web site"
msgstr "" msgstr "Website"
#: templates/part.contact.php:44 #: templates/part.contact.php:44
msgid "http://www.somesite.com" msgid "http://www.somesite.com"
msgstr "" msgstr "http://www.willekeurigesite.com"
#: templates/part.contact.php:44 #: templates/part.contact.php:44
msgid "Go to web site" msgid "Go to web site"
msgstr "" msgstr "Ga naar website"
#: templates/part.contact.php:46 #: templates/part.contact.php:46
msgid "dd-mm-yyyy" msgid "dd-mm-yyyy"
@ -667,11 +668,11 @@ msgstr "Verwijdere telefoonnummer"
#: templates/part.contact.php:100 #: templates/part.contact.php:100
msgid "Instant Messenger" msgid "Instant Messenger"
msgstr "" msgstr "Instant Messenger"
#: templates/part.contact.php:101 #: templates/part.contact.php:101
msgid "Delete IM" msgid "Delete IM"
msgstr "" msgstr "Verwijder IM"
#: templates/part.contact.php:110 #: templates/part.contact.php:110
msgid "View on map" msgid "View on map"
@ -699,7 +700,7 @@ msgstr "E-mail"
#: templates/part.contact.php:131 #: templates/part.contact.php:131
msgid "Instant Messaging" msgid "Instant Messaging"
msgstr "" msgstr "Instant Messaging"
#: templates/part.contact.php:132 #: templates/part.contact.php:132
msgid "Address" msgid "Address"
@ -719,7 +720,7 @@ msgstr "Verwijder contact"
#: templates/part.cropphoto.php:65 #: templates/part.cropphoto.php:65
msgid "The temporary image has been removed from cache." msgid "The temporary image has been removed from cache."
msgstr "" msgstr "Het tijdelijke plaatje is uit de cache verwijderd."
#: templates/part.edit_address_dialog.php:6 #: templates/part.edit_address_dialog.php:6
msgid "Edit address" msgid "Edit address"
@ -736,11 +737,11 @@ msgstr "Postbus"
#: templates/part.edit_address_dialog.php:24 #: templates/part.edit_address_dialog.php:24
msgid "Street address" msgid "Street address"
msgstr "" msgstr "Adres"
#: templates/part.edit_address_dialog.php:27 #: templates/part.edit_address_dialog.php:27
msgid "Street and number" msgid "Street and number"
msgstr "" msgstr "Straat en nummer"
#: templates/part.edit_address_dialog.php:30 #: templates/part.edit_address_dialog.php:30
msgid "Extended" msgid "Extended"
@ -748,7 +749,7 @@ msgstr "Uitgebreide"
#: templates/part.edit_address_dialog.php:33 #: templates/part.edit_address_dialog.php:33
msgid "Apartment number etc." msgid "Apartment number etc."
msgstr "" msgstr "Apartement nummer"
#: templates/part.edit_address_dialog.php:36 #: templates/part.edit_address_dialog.php:36
#: templates/part.edit_address_dialog.php:39 #: templates/part.edit_address_dialog.php:39
@ -761,7 +762,7 @@ msgstr "Regio"
#: templates/part.edit_address_dialog.php:45 #: templates/part.edit_address_dialog.php:45
msgid "E.g. state or province" msgid "E.g. state or province"
msgstr "" msgstr "Provincie"
#: templates/part.edit_address_dialog.php:48 #: templates/part.edit_address_dialog.php:48
msgid "Zipcode" msgid "Zipcode"
@ -769,7 +770,7 @@ msgstr "Postcode"
#: templates/part.edit_address_dialog.php:51 #: templates/part.edit_address_dialog.php:51
msgid "Postal code" msgid "Postal code"
msgstr "" msgstr "Postcode"
#: templates/part.edit_address_dialog.php:54 #: templates/part.edit_address_dialog.php:54
#: templates/part.edit_address_dialog.php:57 #: templates/part.edit_address_dialog.php:57
@ -786,27 +787,27 @@ msgstr "Hon. prefixes"
#: templates/part.edit_name_dialog.php:27 #: templates/part.edit_name_dialog.php:27
msgid "Miss" msgid "Miss"
msgstr "" msgstr "Mw"
#: templates/part.edit_name_dialog.php:28 #: templates/part.edit_name_dialog.php:28
msgid "Ms" msgid "Ms"
msgstr "" msgstr "Mw"
#: templates/part.edit_name_dialog.php:29 #: templates/part.edit_name_dialog.php:29
msgid "Mr" msgid "Mr"
msgstr "" msgstr "M"
#: templates/part.edit_name_dialog.php:30 #: templates/part.edit_name_dialog.php:30
msgid "Sir" msgid "Sir"
msgstr "" msgstr "M"
#: templates/part.edit_name_dialog.php:31 #: templates/part.edit_name_dialog.php:31
msgid "Mrs" msgid "Mrs"
msgstr "" msgstr "Mw"
#: templates/part.edit_name_dialog.php:32 #: templates/part.edit_name_dialog.php:32
msgid "Dr" msgid "Dr"
msgstr "" msgstr "M"
#: templates/part.edit_name_dialog.php:35 #: templates/part.edit_name_dialog.php:35
msgid "Given name" msgid "Given name"
@ -886,15 +887,15 @@ msgstr "Contactpersoon toevoegen"
#: templates/part.selectaddressbook.php:1 #: templates/part.selectaddressbook.php:1
msgid "Select Address Books" msgid "Select Address Books"
msgstr "" msgstr "Selecteer adresboeken"
#: templates/part.selectaddressbook.php:27 #: templates/part.selectaddressbook.php:27
msgid "Enter name" msgid "Enter name"
msgstr "" msgstr "Naam"
#: templates/part.selectaddressbook.php:29 #: templates/part.selectaddressbook.php:29
msgid "Enter description" msgid "Enter description"
msgstr "" msgstr "Beschrijving"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "CardDAV syncing addresses" msgid "CardDAV syncing addresses"
@ -914,15 +915,15 @@ msgstr "IOS/OS X"
#: templates/settings.php:20 #: templates/settings.php:20
msgid "Show CardDav link" msgid "Show CardDav link"
msgstr "" msgstr "Laat CardDav link zien"
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Show read-only VCF link" msgid "Show read-only VCF link"
msgstr "" msgstr "Laat alleen lezen VCF link zien"
#: templates/settings.php:26 #: templates/settings.php:26
msgid "Share" msgid "Share"
msgstr "" msgstr "Deel"
#: templates/settings.php:29 #: templates/settings.php:29
msgid "Download" msgid "Download"
@ -938,11 +939,11 @@ msgstr "Nieuw Adresboek"
#: templates/settings.php:44 #: templates/settings.php:44
msgid "Name" msgid "Name"
msgstr "" msgstr "Naam"
#: templates/settings.php:45 #: templates/settings.php:45
msgid "Description" msgid "Description"
msgstr "" msgstr "Beschrijving"
#: templates/settings.php:46 #: templates/settings.php:46
msgid "Save" msgid "Save"
@ -954,4 +955,4 @@ msgstr "Anuleren"
#: templates/settings.php:52 #: templates/settings.php:52
msgid "More..." msgid "More..."
msgstr "" msgstr "Meer..."

View File

@ -10,13 +10,14 @@
# <jos@gelauff.net>, 2012. # <jos@gelauff.net>, 2012.
# <koen@vervloesem.eu>, 2011. # <koen@vervloesem.eu>, 2011.
# <pietje8501@gmail.com>, 2012. # <pietje8501@gmail.com>, 2012.
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-21 02:03+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-21 00:04+0000\n" "PO-Revision-Date: 2012-08-24 08:34+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -58,37 +59,37 @@ msgstr "Schrijven naar schijf mislukt"
msgid "Files" msgid "Files"
msgstr "Bestanden" msgstr "Bestanden"
#: js/fileactions.js:107 templates/index.php:56 #: js/fileactions.js:111 templates/index.php:56
msgid "Delete" msgid "Delete"
msgstr "Verwijder" msgstr "Verwijder"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "already exists" msgid "already exists"
msgstr "" msgstr "bestaat al"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "replace" msgid "replace"
msgstr "" msgstr "vervang"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "cancel" msgid "cancel"
msgstr "" msgstr "annuleren"
#: js/filelist.js:195 #: js/filelist.js:195
msgid "replaced" msgid "replaced"
msgstr "" msgstr "vervangen"
#: js/filelist.js:195 #: js/filelist.js:195
msgid "with" msgid "with"
msgstr "" msgstr "door"
#: js/filelist.js:195 js/filelist.js:246 #: js/filelist.js:195 js/filelist.js:246
msgid "undo" msgid "undo"
msgstr "" msgstr "ongedaan maken"
#: js/filelist.js:246 #: js/filelist.js:246
msgid "deleted" msgid "deleted"
msgstr "" msgstr "verwijderd"
#: js/files.js:171 #: js/files.js:171
msgid "generating ZIP-file, it may take some time." msgid "generating ZIP-file, it may take some time."

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n" "PO-Revision-Date: 2012-08-24 19:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,16 +20,16 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Encryption" msgid "Encryption"
msgstr "" msgstr "Versleuteling"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Exclude the following file types from encryption" msgid "Exclude the following file types from encryption"
msgstr "" msgstr "Versleutel de volgende bestand types niet"
#: templates/settings.php:5 #: templates/settings.php:5
msgid "None" msgid "None"
msgstr "" msgstr "Geen"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Enable Encryption" msgid "Enable Encryption"
msgstr "" msgstr "Zet versleuteling aan"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-23 02:03+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-23 00:04+0000\n" "PO-Revision-Date: 2012-08-24 19:16+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,16 +20,16 @@ msgstr ""
#: templates/get.php:4 #: templates/get.php:4
msgid "Size" msgid "Size"
msgstr "" msgstr "Grootte"
#: templates/get.php:5 #: templates/get.php:5
msgid "Modified" msgid "Modified"
msgstr "" msgstr "Aangepast"
#: templates/get.php:5 #: templates/get.php:5
msgid "Delete all" msgid "Delete all"
msgstr "" msgstr "Verwijder alles"
#: templates/get.php:5 #: templates/get.php:5
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Vewijder"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:37+0000\n" "PO-Revision-Date: 2012-08-24 16:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,8 +20,8 @@ msgstr ""
#: js/settings-personal.js:31 #: js/settings-personal.js:31
msgid "Expire all versions" msgid "Expire all versions"
msgstr "" msgstr "Alle versies laten verlopen"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Enable Files Versioning" msgid "Enable Files Versioning"
msgstr "" msgstr "Activeer file versioning"

View File

@ -5,92 +5,37 @@
# Translators: # Translators:
# Erik Bent <hj.bent.60@gmail.com>, 2012. # Erik Bent <hj.bent.60@gmail.com>, 2012.
# <jos@gelauff.net>, 2012. # <jos@gelauff.net>, 2012.
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-06-06 00:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-06-05 22:15+0000\n" "PO-Revision-Date: 2012-08-24 16:54+0000\n"
"Last-Translator: icewind <icewind1991@gmail.com>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.net/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: nl\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:37 #: appinfo/app.php:42
msgid "Pictures" msgid "Pictures"
msgstr "Plaatjes" msgstr "Plaatjes"
#: js/album_cover.js:44 #: js/pictures.js:12
msgid "Share gallery" msgid "Share gallery"
msgstr "" msgstr "Deel gallerie"
#: js/album_cover.js:64 js/album_cover.js:100 js/album_cover.js:133 #: js/pictures.js:32
msgid "Error: " msgid "Error: "
msgstr "" msgstr "Fout:"
#: js/album_cover.js:64 js/album_cover.js:100 #: js/pictures.js:32
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr "Interne fout"
#: js/album_cover.js:114 #: templates/index.php:27
msgid "Scanning root" msgid "Slideshow"
msgstr "" msgstr "Diashow"
#: js/album_cover.js:115
msgid "Default order"
msgstr ""
#: js/album_cover.js:116
msgid "Ascending"
msgstr ""
#: js/album_cover.js:116
msgid "Descending"
msgstr ""
#: js/album_cover.js:117 templates/index.php:19
msgid "Settings"
msgstr "Instellingen"
#: js/album_cover.js:122
msgid "Scanning root cannot be empty"
msgstr ""
#: js/album_cover.js:122 js/album_cover.js:133
msgid "Error"
msgstr ""
#: templates/index.php:16
msgid "Rescan"
msgstr "Opnieuw doorzoeken"
#: templates/index.php:17
msgid "Stop"
msgstr "Stop"
#: templates/index.php:18
msgid "Share"
msgstr "Deel"
#: templates/view_album.php:19
msgid "Back"
msgstr "Terug"
#: templates/view_album.php:36
msgid "Remove confirmation"
msgstr "Verwijder bevestiging"
#: templates/view_album.php:37
msgid "Do you want to remove album"
msgstr "Wil je het album verwijderen: "
#: templates/view_album.php:40
msgid "Change album name"
msgstr "Wijzig album naam"
#: templates/view_album.php:43
msgid "New album name"
msgstr "Nieuwe album naam"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-07-28 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n" "PO-Revision-Date: 2012-08-24 15:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,96 +18,96 @@ msgstr ""
"Language: nl\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: app.php:287 #: app.php:288
msgid "Help" msgid "Help"
msgstr "" msgstr "Help"
#: app.php:294 #: app.php:295
msgid "Personal" msgid "Personal"
msgstr "" msgstr "Persoonlijk"
#: app.php:299 #: app.php:300
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Instellingen"
#: app.php:304 #: app.php:305
msgid "Users" msgid "Users"
msgstr "" msgstr "Gebruikers"
#: app.php:311 #: app.php:312
msgid "Apps" msgid "Apps"
msgstr "" msgstr "Apps"
#: app.php:313 #: app.php:314
msgid "Admin" msgid "Admin"
msgstr "" msgstr "Administrator"
#: files.php:245 #: files.php:276
msgid "ZIP download is turned off." msgid "ZIP download is turned off."
msgstr "" msgstr "ZIP download is uitgeschakeld."
#: files.php:246 #: files.php:277
msgid "Files need to be downloaded one by one." msgid "Files need to be downloaded one by one."
msgstr "" msgstr "Bestanden moeten één voor één worden gedownload."
#: files.php:246 files.php:271 #: files.php:277 files.php:302
msgid "Back to Files" msgid "Back to Files"
msgstr "" msgstr "Terug naar bestanden"
#: files.php:270 #: files.php:301
msgid "Selected files too large to generate zip file." msgid "Selected files too large to generate zip file."
msgstr "" msgstr "De geselecteerde bestanden zijn te groot om een zip bestand te maken."
#: json.php:28 #: json.php:28
msgid "Application is not enabled" msgid "Application is not enabled"
msgstr "" msgstr "De applicatie is niet actief"
#: json.php:39 json.php:63 json.php:75 #: json.php:39 json.php:63 json.php:75
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr "Authenticatie fout"
#: json.php:51 #: json.php:51
msgid "Token expired. Please reload page." msgid "Token expired. Please reload page."
msgstr "" msgstr "Token verlopen. Herlaad de pagina."
#: template.php:86 #: template.php:86
msgid "seconds ago" msgid "seconds ago"
msgstr "" msgstr "seconden geleden"
#: template.php:87 #: template.php:87
msgid "1 minute ago" msgid "1 minute ago"
msgstr "" msgstr "1 minuut geleden"
#: template.php:88 #: template.php:88
#, php-format #, php-format
msgid "%d minutes ago" msgid "%d minutes ago"
msgstr "" msgstr "%d minuten geleden"
#: template.php:91 #: template.php:91
msgid "today" msgid "today"
msgstr "" msgstr "vandaag"
#: template.php:92 #: template.php:92
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr "gisteren"
#: template.php:93 #: template.php:93
#, php-format #, php-format
msgid "%d days ago" msgid "%d days ago"
msgstr "" msgstr "%d dagen geleden"
#: template.php:94 #: template.php:94
msgid "last month" msgid "last month"
msgstr "" msgstr "vorige maand"
#: template.php:95 #: template.php:95
msgid "months ago" msgid "months ago"
msgstr "" msgstr "maanden geleden"
#: template.php:96 #: template.php:96
msgid "last year" msgid "last year"
msgstr "" msgstr "vorig jaar"
#: template.php:97 #: template.php:97
msgid "years ago" msgid "years ago"
msgstr "" msgstr "jaar geleden"

View File

@ -9,13 +9,14 @@
# <jos@gelauff.net>, 2012. # <jos@gelauff.net>, 2012.
# <koen@vervloesem.eu>, 2011. # <koen@vervloesem.eu>, 2011.
# <pietje8501@gmail.com>, 2012. # <pietje8501@gmail.com>, 2012.
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-18 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-18 00:02+0000\n" "PO-Revision-Date: 2012-08-24 08:40+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,7 +26,7 @@ msgstr ""
#: ajax/apps/ocs.php:23 #: ajax/apps/ocs.php:23
msgid "Unable to load list from App Store" msgid "Unable to load list from App Store"
msgstr "" msgstr "Kan de lijst niet van de App store laden"
#: ajax/lostpassword.php:14 #: ajax/lostpassword.php:14
msgid "Email saved" msgid "Email saved"
@ -45,7 +46,7 @@ msgstr "Ongeldig verzoek"
#: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr "Authenticatie fout"
#: ajax/setlanguage.php:18 #: ajax/setlanguage.php:18
msgid "Language changed" msgid "Language changed"
@ -53,7 +54,7 @@ msgstr "Taal aangepast"
#: js/apps.js:18 #: js/apps.js:18
msgid "Error" msgid "Error"
msgstr "" msgstr "Fout"
#: js/apps.js:39 js/apps.js:73 #: js/apps.js:39 js/apps.js:73
msgid "Disable" msgid "Disable"
@ -73,23 +74,23 @@ msgstr "Nederlands"
#: templates/admin.php:14 #: templates/admin.php:14
msgid "Security Warning" msgid "Security Warning"
msgstr "" msgstr "Veiligheidswaarschuwing"
#: templates/admin.php:29 #: templates/admin.php:29
msgid "Cron" msgid "Cron"
msgstr "" msgstr "Cron"
#: templates/admin.php:31 #: templates/admin.php:31
msgid "execute one task with each page loaded" msgid "execute one task with each page loaded"
msgstr "" msgstr "Voer 1 taak uit bij elke geladen pagina"
#: templates/admin.php:33 #: templates/admin.php:33
msgid "cron.php is registered at a webcron service" msgid "cron.php is registered at a webcron service"
msgstr "" msgstr "cron.php is geregistreerd bij een webcron service"
#: templates/admin.php:35 #: templates/admin.php:35
msgid "use systems cron service" msgid "use systems cron service"
msgstr "" msgstr "gebruik de systeem cron service"
#: templates/admin.php:39 #: templates/admin.php:39
msgid "Log" msgid "Log"
@ -233,7 +234,7 @@ msgstr "Andere"
#: templates/users.php:80 templates/users.php:112 #: templates/users.php:80 templates/users.php:112
msgid "Group Admin" msgid "Group Admin"
msgstr "" msgstr "Groep Administrator"
#: templates/users.php:82 #: templates/users.php:82
msgid "Quota" msgid "Quota"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Richard Bos <radoeka@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:45+0000\n" "PO-Revision-Date: 2012-08-24 19:20+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Richard Bos <radoeka@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,36 +20,36 @@ msgstr ""
#: templates/nomode.php:12 #: templates/nomode.php:12
msgid "This is an OpenID server endpoint. For more information, see " msgid "This is an OpenID server endpoint. For more information, see "
msgstr "" msgstr "Dit is een OpenID server. Voor meer informatie, zie"
#: templates/nomode.php:14 #: templates/nomode.php:14
msgid "Identity: <b>" msgid "Identity: <b>"
msgstr "" msgstr "Identiteit: <b>"
#: templates/nomode.php:15 #: templates/nomode.php:15
msgid "Realm: <b>" msgid "Realm: <b>"
msgstr "" msgstr "Realm: <b>"
#: templates/nomode.php:16 #: templates/nomode.php:16
msgid "User: <b>" msgid "User: <b>"
msgstr "" msgstr "Gebruiker: <b>"
#: templates/nomode.php:17 #: templates/nomode.php:17
msgid "Login" msgid "Login"
msgstr "" msgstr "Login"
#: templates/nomode.php:22 #: templates/nomode.php:22
msgid "Error: <b>No user Selected" msgid "Error: <b>No user Selected"
msgstr "" msgstr "Fout: <b>Geen gebruiker geselecteerd"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "you can authenticate to other sites with this address" msgid "you can authenticate to other sites with this address"
msgstr "" msgstr "u kan met dit adres bij andere sites authenticeren"
#: templates/settings.php:5 #: templates/settings.php:5
msgid "Authorized OpenID provider" msgid "Authorized OpenID provider"
msgstr "" msgstr "Geautoriseerde OpenID provider"
#: templates/settings.php:6 #: templates/settings.php:6
msgid "Your address at Wordpress, Identi.ca, &hellip;" msgid "Your address at Wordpress, Identi.ca, &hellip;"
msgstr "" msgstr "Uw adres bij Wordpress, Identi.ca, &hellip;"

View File

@ -4,6 +4,7 @@
# #
# Translators: # Translators:
# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. # Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012.
# <targinosilveira@gmail.com>, 2012.
# Thiago Vicente <thiagovice@gmail.com>, 2012. # Thiago Vicente <thiagovice@gmail.com>, 2012.
# Unforgiving Fallout <>, 2012. # Unforgiving Fallout <>, 2012.
# Van Der Fran <transifex@vanderland.com>, 2011, 2012. # Van Der Fran <transifex@vanderland.com>, 2011, 2012.
@ -11,9 +12,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-21 02:03+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-21 00:04+0000\n" "PO-Revision-Date: 2012-08-24 22:17+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: targinosilveira <targinosilveira@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -55,37 +56,37 @@ msgstr "Falha ao escrever no disco"
msgid "Files" msgid "Files"
msgstr "Arquivos" msgstr "Arquivos"
#: js/fileactions.js:107 templates/index.php:56 #: js/fileactions.js:111 templates/index.php:56
msgid "Delete" msgid "Delete"
msgstr "Excluir" msgstr "Excluir"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "already exists" msgid "already exists"
msgstr "" msgstr "já existe"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "replace" msgid "replace"
msgstr "" msgstr "substituir"
#: js/filelist.js:141 #: js/filelist.js:141
msgid "cancel" msgid "cancel"
msgstr "" msgstr "cancelar"
#: js/filelist.js:195 #: js/filelist.js:195
msgid "replaced" msgid "replaced"
msgstr "" msgstr "substituido "
#: js/filelist.js:195 #: js/filelist.js:195
msgid "with" msgid "with"
msgstr "" msgstr "com"
#: js/filelist.js:195 js/filelist.js:246 #: js/filelist.js:195 js/filelist.js:246
msgid "undo" msgid "undo"
msgstr "" msgstr "desfazer"
#: js/filelist.js:246 #: js/filelist.js:246
msgid "deleted" msgid "deleted"
msgstr "" msgstr "deletado"
#: js/files.js:171 #: js/files.js:171
msgid "generating ZIP-file, it may take some time." msgid "generating ZIP-file, it may take some time."

View File

@ -6,15 +6,16 @@
# <duda.nogueira@metasys.com.br>, 2011. # <duda.nogueira@metasys.com.br>, 2011.
# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. # Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012.
# Sandro Venezuela <sandrovenezuela@gmail.com>, 2012. # Sandro Venezuela <sandrovenezuela@gmail.com>, 2012.
# <targinosilveira@gmail.com>, 2012.
# Thiago Vicente <thiagovice@gmail.com>, 2012. # Thiago Vicente <thiagovice@gmail.com>, 2012.
# Van Der Fran <transifex@vanderland.com>, 2011. # Van Der Fran <transifex@vanderland.com>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-18 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-18 00:02+0000\n" "PO-Revision-Date: 2012-08-24 22:19+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: targinosilveira <targinosilveira@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -44,7 +45,7 @@ msgstr "Pedido inválido"
#: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18 #: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr "erro de autenticação"
#: ajax/setlanguage.php:18 #: ajax/setlanguage.php:18
msgid "Language changed" msgid "Language changed"
@ -52,7 +53,7 @@ msgstr "Mudou Idioma"
#: js/apps.js:18 #: js/apps.js:18
msgid "Error" msgid "Error"
msgstr "" msgstr "Erro"
#: js/apps.js:39 js/apps.js:73 #: js/apps.js:39 js/apps.js:73
msgid "Disable" msgid "Disable"
@ -72,7 +73,7 @@ msgstr "Português"
#: templates/admin.php:14 #: templates/admin.php:14
msgid "Security Warning" msgid "Security Warning"
msgstr "" msgstr "Aviso de Segurança"
#: templates/admin.php:29 #: templates/admin.php:29
msgid "Cron" msgid "Cron"
@ -80,11 +81,11 @@ msgstr ""
#: templates/admin.php:31 #: templates/admin.php:31
msgid "execute one task with each page loaded" msgid "execute one task with each page loaded"
msgstr "" msgstr "executar uma tarefa com cada página em aberto"
#: templates/admin.php:33 #: templates/admin.php:33
msgid "cron.php is registered at a webcron service" msgid "cron.php is registered at a webcron service"
msgstr "" msgstr "cron.php esta registrado no serviço de webcron"
#: templates/admin.php:35 #: templates/admin.php:35
msgid "use systems cron service" msgid "use systems cron service"
@ -232,7 +233,7 @@ msgstr "Outro"
#: templates/users.php:80 templates/users.php:112 #: templates/users.php:80 templates/users.php:112
msgid "Group Admin" msgid "Group Admin"
msgstr "" msgstr "Grupo Administrativo"
#: templates/users.php:82 #: templates/users.php:82
msgid "Quota" msgid "Quota"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n" "PO-Revision-Date: 2012-08-24 09:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -21,53 +22,53 @@ msgstr ""
msgid "" msgid ""
"The php-json module is needed by the many applications for inter " "The php-json module is needed by the many applications for inter "
"communications" "communications"
msgstr "" msgstr "Модуль php-json необходим многим приложениям для внутренних связей"
#: settings.php:39 #: settings.php:39
msgid "" msgid ""
"The php-curl modude is needed to fetch the page title when adding a " "The php-curl modude is needed to fetch the page title when adding a "
"bookmarks" "bookmarks"
msgstr "" msgstr "Модуль php-curl необходим для получения заголовка страницы при добавлении закладок"
#: settings.php:45 #: settings.php:45
msgid "The php-gd module is needed to create thumbnails of your images" msgid "The php-gd module is needed to create thumbnails of your images"
msgstr "" msgstr "Модуль php-gd необходим для создания уменьшенной копии для предпросмотра ваших картинок."
#: settings.php:51 #: settings.php:51
msgid "The php-ldap module is needed connect to your ldap server" msgid "The php-ldap module is needed connect to your ldap server"
msgstr "" msgstr "Модуль php-ldap необходим для соединения с вашим ldap сервером"
#: settings.php:57 #: settings.php:57
msgid "The php-zip module is needed download multiple files at once" msgid "The php-zip module is needed download multiple files at once"
msgstr "" msgstr "Модуль php-zip необходим для загрузки нескольких файлов за раз"
#: settings.php:63 #: settings.php:63
msgid "" msgid ""
"The php-mb_multibyte module is needed to manage correctly the encoding." "The php-mb_multibyte module is needed to manage correctly the encoding."
msgstr "" msgstr "Модуль php-mb_multibyte необходим для корректного управления кодировками."
#: settings.php:69 #: settings.php:69
msgid "The php-ctype module is needed validate data." msgid "The php-ctype module is needed validate data."
msgstr "" msgstr "Модуль php-ctype необходим для проверки данных."
#: settings.php:75 #: settings.php:75
msgid "The php-xml module is needed to share files with webdav." msgid "The php-xml module is needed to share files with webdav."
msgstr "" msgstr "Модуль php-xml необходим для открытия файлов через webdav."
#: settings.php:81 #: settings.php:81
msgid "" msgid ""
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve"
" knowledge base from OCS servers" " knowledge base from OCS servers"
msgstr "" msgstr "Директива allow_url_fopen в файле php.ini должна быть установлена в 1 для получения базы знаний с серверов OCS"
#: settings.php:87 #: settings.php:87
msgid "The php-pdo module is needed to store owncloud data into a database." msgid "The php-pdo module is needed to store owncloud data into a database."
msgstr "" msgstr "Модуль php-pdo необходим для хранения данных ownСloud в базе данных."
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Dependencies status" msgid "Dependencies status"
msgstr "" msgstr "Статус зависимостей"
#: templates/settings.php:7 #: templates/settings.php:7
msgid "Used by :" msgid "Used by :"
msgstr "" msgstr "Используется:"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:32+0000\n" "PO-Revision-Date: 2012-08-24 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,14 +20,14 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Export this ownCloud instance" msgid "Export this ownCloud instance"
msgstr "" msgstr "Экспортировать этот экземпляр ownCloud"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "" msgid ""
"This will create a compressed file that contains the data of this owncloud instance.\n" "This will create a compressed file that contains the data of this owncloud instance.\n"
" Please choose the export type:" " Please choose the export type:"
msgstr "" msgstr "Будет создан сжатый файл, содержащий данные этого экземпляра owncloud.\n Выберите тип экспорта:"
#: templates/settings.php:12 #: templates/settings.php:12
msgid "Export" msgid "Export"
msgstr "" msgstr "Экспорт"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-07-28 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-07-27 22:17+0000\n" "PO-Revision-Date: 2012-08-24 13:15+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,11 +20,11 @@ msgstr ""
#: appinfo/app.php:14 #: appinfo/app.php:14
msgid "Bookmarks" msgid "Bookmarks"
msgstr "" msgstr "Закладки"
#: bookmarksHelper.php:99 #: bookmarksHelper.php:99
msgid "unnamed" msgid "unnamed"
msgstr "" msgstr "без имени"
#: templates/bookmarklet.php:5 #: templates/bookmarklet.php:5
msgid "" msgid ""
@ -33,28 +34,28 @@ msgstr ""
#: templates/bookmarklet.php:7 #: templates/bookmarklet.php:7
msgid "Read later" msgid "Read later"
msgstr "" msgstr "Прочитать позже"
#: templates/list.php:13 #: templates/list.php:13
msgid "Address" msgid "Address"
msgstr "" msgstr "Адрес"
#: templates/list.php:14 #: templates/list.php:14
msgid "Title" msgid "Title"
msgstr "" msgstr "Заголовок"
#: templates/list.php:15 #: templates/list.php:15
msgid "Tags" msgid "Tags"
msgstr "" msgstr "Метки"
#: templates/list.php:16 #: templates/list.php:16
msgid "Save bookmark" msgid "Save bookmark"
msgstr "" msgstr "Сохранить закладки"
#: templates/list.php:22 #: templates/list.php:22
msgid "You have no bookmarks" msgid "You have no bookmarks"
msgstr "" msgstr "У вас нет закладок"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Bookmarklet <br />" msgid "Bookmarklet <br />"
msgstr "" msgstr "Букмарклет <br />"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-20 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-19 17:21+0000\n" "PO-Revision-Date: 2012-08-24 14:41+0000\n"
"Last-Translator: rasperepodvipodvert <rasperepodvipodvert@gmail.com>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -73,7 +73,7 @@ msgstr "Часовой пояс изменён"
msgid "Invalid request" msgid "Invalid request"
msgstr "Неверный запрос" msgstr "Неверный запрос"
#: appinfo/app.php:35 templates/calendar.php:15 #: appinfo/app.php:41 templates/calendar.php:15
#: templates/part.eventform.php:33 templates/part.showevent.php:33 #: templates/part.eventform.php:33 templates/part.showevent.php:33
msgid "Calendar" msgid "Calendar"
msgstr "Календарь" msgstr "Календарь"
@ -120,7 +120,7 @@ msgstr "Клиенты"
#: lib/app.php:125 #: lib/app.php:125
msgid "Deliverer" msgid "Deliverer"
msgstr "Доставщик" msgstr "Посыльный"
#: lib/app.php:126 #: lib/app.php:126
msgid "Holidays" msgid "Holidays"
@ -495,15 +495,15 @@ msgstr "Ссылка для CalDav"
#: templates/part.choosecalendar.php:31 #: templates/part.choosecalendar.php:31
msgid "Shared calendars" msgid "Shared calendars"
msgstr "Общие календари" msgstr "Опубликованные"
#: templates/part.choosecalendar.php:48 #: templates/part.choosecalendar.php:48
msgid "No shared calendars" msgid "No shared calendars"
msgstr "Нет общих календарей" msgstr "Нет опубликованных календарей"
#: templates/part.choosecalendar.rowfields.php:8 #: templates/part.choosecalendar.rowfields.php:8
msgid "Share Calendar" msgid "Share Calendar"
msgstr "Сделать календарь общим" msgstr "Опубликовать"
#: templates/part.choosecalendar.rowfields.php:14 #: templates/part.choosecalendar.rowfields.php:14
msgid "Download" msgid "Download"
@ -520,7 +520,7 @@ msgstr "Удалить"
#: templates/part.choosecalendar.rowfields.shared.php:4 #: templates/part.choosecalendar.rowfields.shared.php:4
msgid "shared with you by" msgid "shared with you by"
msgstr "с вами поделился" msgstr "опубликовал для вас"
#: templates/part.editcalendar.php:9 #: templates/part.editcalendar.php:9
msgid "New calendar" msgid "New calendar"
@ -581,7 +581,7 @@ msgstr "Участники"
#: templates/part.eventform.php:13 #: templates/part.eventform.php:13
msgid "Share" msgid "Share"
msgstr "Поделиться" msgstr "Опубликовать"
#: templates/part.eventform.php:21 #: templates/part.eventform.php:21
msgid "Title of the Event" msgid "Title of the Event"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 13:10+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -88,7 +88,7 @@ msgstr "При попытке добавить дубликат:"
#: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93 #: ajax/contact/addproperty.php:115 ajax/contact/saveproperty.php:93
msgid "Missing IM parameter." msgid "Missing IM parameter."
msgstr "" msgstr "Отсутствует параметр IM."
#: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97 #: ajax/contact/addproperty.php:119 ajax/contact/saveproperty.php:97
msgid "Unknown IM: " msgid "Unknown IM: "
@ -221,7 +221,7 @@ msgstr "Не удалось загрузить временное изображ
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Файл не был загружен. Неизвестная ошибка" msgstr "Файл не был загружен. Неизвестная ошибка"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Контакты" msgstr "Контакты"
@ -249,15 +249,15 @@ msgstr "Ошибка"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "У вас нет разрешений добавлять контакты в"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Выберите одну из ваших собственных адресных книг."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Ошибка доступа"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -445,7 +445,7 @@ msgstr "Клиенты"
#: lib/app.php:256 #: lib/app.php:256
msgid "Deliverer" msgid "Deliverer"
msgstr "" msgstr "Посыльный"
#: lib/app.php:257 #: lib/app.php:257
msgid "Holidays" msgid "Holidays"
@ -489,11 +489,11 @@ msgstr "Контакт"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "У вас нет разрешений редактировать этот контакт."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "У вас нет разрешений удалять этот контакт."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"
@ -669,7 +669,7 @@ msgstr "Удалить номер телефона"
#: templates/part.contact.php:100 #: templates/part.contact.php:100
msgid "Instant Messenger" msgid "Instant Messenger"
msgstr "" msgstr "Instant Messenger"
#: templates/part.contact.php:101 #: templates/part.contact.php:101
msgid "Delete IM" msgid "Delete IM"
@ -701,7 +701,7 @@ msgstr "Ящик эл. почты"
#: templates/part.contact.php:131 #: templates/part.contact.php:131
msgid "Instant Messaging" msgid "Instant Messaging"
msgstr "" msgstr "Быстрые сообщения"
#: templates/part.contact.php:132 #: templates/part.contact.php:132
msgid "Address" msgid "Address"
@ -916,15 +916,15 @@ msgstr "iOS/OS X"
#: templates/settings.php:20 #: templates/settings.php:20
msgid "Show CardDav link" msgid "Show CardDav link"
msgstr "" msgstr "Показать ссылку CardDav"
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Show read-only VCF link" msgid "Show read-only VCF link"
msgstr "" msgstr "Показать нередактируемую ссылку VCF"
#: templates/settings.php:26 #: templates/settings.php:26
msgid "Share" msgid "Share"
msgstr "" msgstr "Опубликовать"
#: templates/settings.php:29 #: templates/settings.php:29
msgid "Download" msgid "Download"

View File

@ -13,8 +13,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-23 17:08+0000\n" "PO-Revision-Date: 2012-08-24 13:06+0000\n"
"Last-Translator: Denis <reg.transifex.net@demitel.ru>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -57,7 +57,7 @@ msgstr "Ошибка записи на диск"
msgid "Files" msgid "Files"
msgstr "Файлы" msgstr "Файлы"
#: js/fileactions.js:107 templates/index.php:56 #: js/fileactions.js:111 templates/index.php:56
msgid "Delete" msgid "Delete"
msgstr "Удалить" msgstr "Удалить"
@ -119,7 +119,7 @@ msgstr "Размер"
#: js/files.js:704 templates/index.php:56 #: js/files.js:704 templates/index.php:56
msgid "Modified" msgid "Modified"
msgstr "Изменен" msgstr "Изменён"
#: js/files.js:731 #: js/files.js:731
msgid "folder" msgid "folder"
@ -143,7 +143,7 @@ msgstr "Управление файлами"
#: templates/admin.php:7 #: templates/admin.php:7
msgid "Maximum upload size" msgid "Maximum upload size"
msgstr "Максимальный размер файла" msgstr "Максимальный размер загружаемого файла"
#: templates/admin.php:7 #: templates/admin.php:7
msgid "max. possible: " msgid "max. possible: "
@ -151,11 +151,11 @@ msgstr "макс. возможно: "
#: templates/admin.php:9 #: templates/admin.php:9
msgid "Needed for multi-file and folder downloads." msgid "Needed for multi-file and folder downloads."
msgstr "Требуется для загрузки нескольких файорв и папок" msgstr "Требуется для скачивания нескольких файлов и папок"
#: templates/admin.php:9 #: templates/admin.php:9
msgid "Enable ZIP-download" msgid "Enable ZIP-download"
msgstr "Включить ZIP-загрузку" msgstr "Включить ZIP-скачивание"
#: templates/admin.php:11 #: templates/admin.php:11
msgid "0 is unlimited" msgid "0 is unlimited"
@ -183,15 +183,15 @@ msgstr "С url"
#: templates/index.php:21 #: templates/index.php:21
msgid "Upload" msgid "Upload"
msgstr "Закачать" msgstr "Загрузить"
#: templates/index.php:27 #: templates/index.php:27
msgid "Cancel upload" msgid "Cancel upload"
msgstr "Отмена закачки" msgstr "Отмена загрузки"
#: templates/index.php:39 #: templates/index.php:39
msgid "Nothing in here. Upload something!" msgid "Nothing in here. Upload something!"
msgstr "Здесь ничего нет. Закачайте что-нибудь!" msgstr "Здесь ничего нет. Загрузите что-нибудь!"
#: templates/index.php:47 #: templates/index.php:47
msgid "Name" msgid "Name"
@ -199,7 +199,7 @@ msgstr "Название"
#: templates/index.php:49 #: templates/index.php:49
msgid "Share" msgid "Share"
msgstr "Поделиться" msgstr "Опубликовать"
#: templates/index.php:51 #: templates/index.php:51
msgid "Download" msgid "Download"
@ -213,7 +213,7 @@ msgstr "Файл слишком большой"
msgid "" msgid ""
"The files you are trying to upload exceed the maximum size for file uploads " "The files you are trying to upload exceed the maximum size for file uploads "
"on this server." "on this server."
msgstr "Файлы, которые Вы пытаетесь закачать, превышают лимит для файлов на этом сервере." msgstr "Файлы, которые Вы пытаетесь загрузить, превышают лимит для файлов на этом сервере."
#: templates/index.php:71 #: templates/index.php:71
msgid "Files are being scanned, please wait." msgid "Files are being scanned, please wait."

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n" "PO-Revision-Date: 2012-08-24 07:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,16 +20,16 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Encryption" msgid "Encryption"
msgstr "" msgstr "Шифрование"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Exclude the following file types from encryption" msgid "Exclude the following file types from encryption"
msgstr "" msgstr "Исключить шифрование следующих типов файлов"
#: templates/settings.php:5 #: templates/settings.php:5
msgid "None" msgid "None"
msgstr "" msgstr "Ничего"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Enable Encryption" msgid "Enable Encryption"
msgstr "" msgstr "Включить шифрование"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:34+0000\n" "PO-Revision-Date: 2012-08-24 07:35+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,64 +20,64 @@ msgstr ""
#: templates/settings.php:3 #: templates/settings.php:3
msgid "External Storage" msgid "External Storage"
msgstr "" msgstr "Внешний носитель"
#: templates/settings.php:7 templates/settings.php:19 #: templates/settings.php:7 templates/settings.php:19
msgid "Mount point" msgid "Mount point"
msgstr "" msgstr "Точка монтирования"
#: templates/settings.php:8 #: templates/settings.php:8
msgid "Backend" msgid "Backend"
msgstr "" msgstr "Подсистема"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr "Конфигурация"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "Options" msgid "Options"
msgstr "" msgstr "Опции"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Applicable" msgid "Applicable"
msgstr "" msgstr "Применимый"
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Add mount point" msgid "Add mount point"
msgstr "" msgstr "Добавить точку монтирования"
#: templates/settings.php:54 templates/settings.php:62 #: templates/settings.php:54 templates/settings.php:62
msgid "None set" msgid "None set"
msgstr "" msgstr "Не установлено"
#: templates/settings.php:63 #: templates/settings.php:63
msgid "All Users" msgid "All Users"
msgstr "" msgstr "Все пользователи"
#: templates/settings.php:64 #: templates/settings.php:64
msgid "Groups" msgid "Groups"
msgstr "" msgstr "Группы"
#: templates/settings.php:69 #: templates/settings.php:69
msgid "Users" msgid "Users"
msgstr "" msgstr "Пользователи"
#: templates/settings.php:77 templates/settings.php:96 #: templates/settings.php:77 templates/settings.php:96
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Удалить"
#: templates/settings.php:88 #: templates/settings.php:88
msgid "SSL root certificates" msgid "SSL root certificates"
msgstr "" msgstr "Корневые сертификаты SSL"
#: templates/settings.php:102 #: templates/settings.php:102
msgid "Import Root Certificate" msgid "Import Root Certificate"
msgstr "" msgstr "Импортировать корневые сертификаты"
#: templates/settings.php:108 #: templates/settings.php:108
msgid "Enable User External Storage" msgid "Enable User External Storage"
msgstr "" msgstr "Включить пользовательские внешние носители"
#: templates/settings.php:109 #: templates/settings.php:109
msgid "Allow users to mount their own external storage" msgid "Allow users to mount their own external storage"
msgstr "" msgstr "Разрешить пользователям монтировать их собственные внешние носители"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-23 02:03+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-23 00:04+0000\n" "PO-Revision-Date: 2012-08-24 07:48+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,16 +20,16 @@ msgstr ""
#: templates/get.php:4 #: templates/get.php:4
msgid "Size" msgid "Size"
msgstr "" msgstr "Размер"
#: templates/get.php:5 #: templates/get.php:5
msgid "Modified" msgid "Modified"
msgstr "" msgstr "Изменён"
#: templates/get.php:5 #: templates/get.php:5
msgid "Delete all" msgid "Delete all"
msgstr "" msgstr "Удалить все"
#: templates/get.php:5 #: templates/get.php:5
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Удалить"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:37+0000\n" "PO-Revision-Date: 2012-08-24 07:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,8 +20,8 @@ msgstr ""
#: js/settings-personal.js:31 #: js/settings-personal.js:31
msgid "Expire all versions" msgid "Expire all versions"
msgstr "" msgstr "Просрочить все версии"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "Enable Files Versioning" msgid "Enable Files Versioning"
msgstr "" msgstr "Включить ведение версий файлов"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-07-28 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n" "PO-Revision-Date: 2012-08-24 09:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,96 +18,96 @@ msgstr ""
"Language: ru\n" "Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: app.php:287 #: app.php:288
msgid "Help" msgid "Help"
msgstr "" msgstr "Помощь"
#: app.php:294 #: app.php:295
msgid "Personal" msgid "Personal"
msgstr "" msgstr "Личное"
#: app.php:299 #: app.php:300
msgid "Settings" msgid "Settings"
msgstr "" msgstr "Настройки"
#: app.php:304 #: app.php:305
msgid "Users" msgid "Users"
msgstr "" msgstr "Пользователи"
#: app.php:311 #: app.php:312
msgid "Apps" msgid "Apps"
msgstr "" msgstr "Приложения"
#: app.php:313 #: app.php:314
msgid "Admin" msgid "Admin"
msgstr "" msgstr "Admin"
#: files.php:245 #: files.php:276
msgid "ZIP download is turned off." msgid "ZIP download is turned off."
msgstr "" msgstr "ZIP-скачивание отключено."
#: files.php:246 #: files.php:277
msgid "Files need to be downloaded one by one." msgid "Files need to be downloaded one by one."
msgstr "" msgstr "Файлы должны быть загружены по одному."
#: files.php:246 files.php:271 #: files.php:277 files.php:302
msgid "Back to Files" msgid "Back to Files"
msgstr "" msgstr "Назад к файлам"
#: files.php:270 #: files.php:301
msgid "Selected files too large to generate zip file." msgid "Selected files too large to generate zip file."
msgstr "" msgstr "Выбранные файлы слишком велики, чтобы создать zip файл."
#: json.php:28 #: json.php:28
msgid "Application is not enabled" msgid "Application is not enabled"
msgstr "" msgstr "Приложение не разрешено"
#: json.php:39 json.php:63 json.php:75 #: json.php:39 json.php:63 json.php:75
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr "Ошибка аутентификации"
#: json.php:51 #: json.php:51
msgid "Token expired. Please reload page." msgid "Token expired. Please reload page."
msgstr "" msgstr "Токен просрочен. Перезагрузите страницу."
#: template.php:86 #: template.php:86
msgid "seconds ago" msgid "seconds ago"
msgstr "" msgstr "менее минуты"
#: template.php:87 #: template.php:87
msgid "1 minute ago" msgid "1 minute ago"
msgstr "" msgstr "1 минуту назад"
#: template.php:88 #: template.php:88
#, php-format #, php-format
msgid "%d minutes ago" msgid "%d minutes ago"
msgstr "" msgstr "%d минут назад"
#: template.php:91 #: template.php:91
msgid "today" msgid "today"
msgstr "" msgstr "сегодня"
#: template.php:92 #: template.php:92
msgid "yesterday" msgid "yesterday"
msgstr "" msgstr "вчера"
#: template.php:93 #: template.php:93
#, php-format #, php-format
msgid "%d days ago" msgid "%d days ago"
msgstr "" msgstr "%d дней назад"
#: template.php:94 #: template.php:94
msgid "last month" msgid "last month"
msgstr "" msgstr "в прошлом месяце"
#: template.php:95 #: template.php:95
msgid "months ago" msgid "months ago"
msgstr "" msgstr "месяцы назад"
#: template.php:96 #: template.php:96
msgid "last year" msgid "last year"
msgstr "" msgstr "в прошлом году"
#: template.php:97 #: template.php:97
msgid "years ago" msgid "years ago"
msgstr "" msgstr "годы назад"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:44+0000\n" "PO-Revision-Date: 2012-08-24 07:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,88 +20,88 @@ msgstr ""
#: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101 #: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101
msgid "Invalid date/time" msgid "Invalid date/time"
msgstr "" msgstr "Неверные дата/время"
#: appinfo/app.php:11 #: appinfo/app.php:11
msgid "Tasks" msgid "Tasks"
msgstr "" msgstr "Задачи"
#: js/tasks.js:415 #: js/tasks.js:415
msgid "No category" msgid "No category"
msgstr "" msgstr "Нет категории"
#: lib/app.php:33 #: lib/app.php:33
msgid "Unspecified" msgid "Unspecified"
msgstr "" msgstr "Не указан"
#: lib/app.php:34 #: lib/app.php:34
msgid "1=highest" msgid "1=highest"
msgstr "" msgstr "1=наибольший"
#: lib/app.php:38 #: lib/app.php:38
msgid "5=medium" msgid "5=medium"
msgstr "" msgstr "5=средний"
#: lib/app.php:42 #: lib/app.php:42
msgid "9=lowest" msgid "9=lowest"
msgstr "" msgstr "9=наименьший"
#: lib/app.php:81 #: lib/app.php:81
msgid "Empty Summary" msgid "Empty Summary"
msgstr "" msgstr "Пустая сводка"
#: lib/app.php:93 #: lib/app.php:93
msgid "Invalid percent complete" msgid "Invalid percent complete"
msgstr "" msgstr "Неверный процент завершения"
#: lib/app.php:107 #: lib/app.php:107
msgid "Invalid priority" msgid "Invalid priority"
msgstr "" msgstr "Неверный приоритет"
#: templates/tasks.php:3 #: templates/tasks.php:3
msgid "Add Task" msgid "Add Task"
msgstr "" msgstr "Добавить задачу"
#: templates/tasks.php:4 #: templates/tasks.php:4
msgid "Order Due" msgid "Order Due"
msgstr "" msgstr "Срок заказа"
#: templates/tasks.php:5 #: templates/tasks.php:5
msgid "Order List" msgid "Order List"
msgstr "" msgstr "Order List"
#: templates/tasks.php:6 #: templates/tasks.php:6
msgid "Order Complete" msgid "Order Complete"
msgstr "" msgstr "Заказ выполнен"
#: templates/tasks.php:7 #: templates/tasks.php:7
msgid "Order Location" msgid "Order Location"
msgstr "" msgstr "Местонахождение заказа"
#: templates/tasks.php:8 #: templates/tasks.php:8
msgid "Order Priority" msgid "Order Priority"
msgstr "" msgstr "Приоритет заказа"
#: templates/tasks.php:9 #: templates/tasks.php:9
msgid "Order Label" msgid "Order Label"
msgstr "" msgstr "Метка заказа"
#: templates/tasks.php:16 #: templates/tasks.php:16
msgid "Loading tasks..." msgid "Loading tasks..."
msgstr "" msgstr "Загрузка задач..."
#: templates/tasks.php:20 #: templates/tasks.php:20
msgid "Important" msgid "Important"
msgstr "" msgstr "Важный"
#: templates/tasks.php:23 #: templates/tasks.php:23
msgid "More" msgid "More"
msgstr "" msgstr "Больше"
#: templates/tasks.php:26 #: templates/tasks.php:26
msgid "Less" msgid "Less"
msgstr "" msgstr "Меньше"
#: templates/tasks.php:29 #: templates/tasks.php:29
msgid "Delete" msgid "Delete"
msgstr "" msgstr "Удалить"

View File

@ -3,13 +3,15 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# <4671992@gmail.com>, 2012.
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:45+0000\n" "PO-Revision-Date: 2012-08-24 15:13+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: wpns <4671992@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,75 +21,75 @@ msgstr ""
#: templates/settings.php:8 #: templates/settings.php:8
msgid "Host" msgid "Host"
msgstr "" msgstr "Сервер"
#: templates/settings.php:8 #: templates/settings.php:8
msgid "" msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://" "You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr "" msgstr "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "Base DN" msgid "Base DN"
msgstr "" msgstr "Базовый DN"
#: templates/settings.php:9 #: templates/settings.php:9
msgid "You can specify Base DN for users and groups in the Advanced tab" msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr "" msgstr "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\""
#: templates/settings.php:10 #: templates/settings.php:10
msgid "User DN" msgid "User DN"
msgstr "" msgstr "DN пользователя"
#: templates/settings.php:10 #: templates/settings.php:10
msgid "" msgid ""
"The DN of the client user with which the bind shall be done, e.g. " "The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty." "empty."
msgstr "" msgstr "DN-клиента пользователя, с которым связывают должно быть заполнено, например, uid=агент, dc=пример, dc=com. Для анонимного доступа, оставьте DN и пароль пустыми."
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Password" msgid "Password"
msgstr "" msgstr "Пароль"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "For anonymous access, leave DN and Password empty." msgid "For anonymous access, leave DN and Password empty."
msgstr "" msgstr "Для анонимного доступа оставьте DN и пароль пустыми."
#: templates/settings.php:12 #: templates/settings.php:12
msgid "User Login Filter" msgid "User Login Filter"
msgstr "" msgstr "Фильтр входа пользователей"
#: templates/settings.php:12 #: templates/settings.php:12
#, php-format #, php-format
msgid "" msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the " "Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action." "username in the login action."
msgstr "" msgstr "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему."
#: templates/settings.php:12 #: templates/settings.php:12
#, php-format #, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\"" msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr "" msgstr "используйте заполнитель %%uid, например: \"uid=%%uid\""
#: templates/settings.php:13 #: templates/settings.php:13
msgid "User List Filter" msgid "User List Filter"
msgstr "" msgstr "Фильтр списка пользователей"
#: templates/settings.php:13 #: templates/settings.php:13
msgid "Defines the filter to apply, when retrieving users." msgid "Defines the filter to apply, when retrieving users."
msgstr "" msgstr "Определяет фильтр для применения при получении пользователей."
#: templates/settings.php:13 #: templates/settings.php:13
msgid "without any placeholder, e.g. \"objectClass=person\"." msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr "" msgstr "без заполнителя, например: \"objectClass=person\"."
#: templates/settings.php:14 #: templates/settings.php:14
msgid "Group Filter" msgid "Group Filter"
msgstr "" msgstr "Фильтр группы"
#: templates/settings.php:14 #: templates/settings.php:14
msgid "Defines the filter to apply, when retrieving groups." msgid "Defines the filter to apply, when retrieving groups."
msgstr "" msgstr "Определяет фильтр для применения при получении группы."
#: templates/settings.php:14 #: templates/settings.php:14
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
@ -95,7 +97,7 @@ msgstr ""
#: templates/settings.php:17 #: templates/settings.php:17
msgid "Port" msgid "Port"
msgstr "" msgstr "Порт"
#: templates/settings.php:18 #: templates/settings.php:18
msgid "Base User Tree" msgid "Base User Tree"
@ -111,11 +113,11 @@ msgstr ""
#: templates/settings.php:21 #: templates/settings.php:21
msgid "Use TLS" msgid "Use TLS"
msgstr "" msgstr "Использовать TLS"
#: templates/settings.php:21 #: templates/settings.php:21
msgid "Do not use it for SSL connections, it will fail." msgid "Do not use it for SSL connections, it will fail."
msgstr "" msgstr "Не используйте для соединений SSL"
#: templates/settings.php:22 #: templates/settings.php:22
msgid "Case insensitve LDAP server (Windows)" msgid "Case insensitve LDAP server (Windows)"
@ -123,7 +125,7 @@ msgstr ""
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Turn off SSL certificate validation." msgid "Turn off SSL certificate validation."
msgstr "" msgstr "Отключить проверку сертификата SSL."
#: templates/settings.php:23 #: templates/settings.php:23
msgid "" msgid ""
@ -133,7 +135,7 @@ msgstr ""
#: templates/settings.php:23 #: templates/settings.php:23
msgid "Not recommended, use for testing only." msgid "Not recommended, use for testing only."
msgstr "" msgstr "Не рекомендуется, используйте только для тестирования."
#: templates/settings.php:24 #: templates/settings.php:24
msgid "User Display Name Field" msgid "User Display Name Field"
@ -153,12 +155,12 @@ msgstr ""
#: templates/settings.php:27 #: templates/settings.php:27
msgid "in bytes" msgid "in bytes"
msgstr "" msgstr "в байтах"
#: templates/settings.php:29 #: templates/settings.php:29
msgid "in seconds. A change empties the cache." msgid "in seconds. A change empties the cache."
msgstr "" msgstr "в секундах. Изменение очистит кэш."
#: templates/settings.php:31 #: templates/settings.php:31
msgid "Help" msgid "Help"
msgstr "" msgstr "Помощь"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:45+0000\n" "PO-Revision-Date: 2012-08-24 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,33 +20,33 @@ msgstr ""
#: js/export.js:14 js/export.js:20 #: js/export.js:14 js/export.js:20
msgid "Export" msgid "Export"
msgstr "" msgstr "Экспорт"
#: js/export.js:19 #: js/export.js:19
msgid "Something went wrong while the export file was being generated" msgid "Something went wrong while the export file was being generated"
msgstr "" msgstr "В процессе создания файла экспорта что-то пошло не так"
#: js/export.js:19 #: js/export.js:19
msgid "An error has occurred" msgid "An error has occurred"
msgstr "" msgstr "Произошла ошибка"
#: templates/settings.php:2 #: templates/settings.php:2
msgid "Export your user account" msgid "Export your user account"
msgstr "" msgstr "Экспортировать ваш аккаунт пользователя"
#: templates/settings.php:3 #: templates/settings.php:3
msgid "" msgid ""
"This will create a compressed file that contains your ownCloud account." "This will create a compressed file that contains your ownCloud account."
msgstr "" msgstr "Будет создан сжатый файл, содержащий ваш аккаунт ownCloud"
#: templates/settings.php:13 #: templates/settings.php:13
msgid "Import user account" msgid "Import user account"
msgstr "" msgstr "Импортировать аккаунт пользователя"
#: templates/settings.php:15 #: templates/settings.php:15
msgid "ownCloud User Zip" msgid "ownCloud User Zip"
msgstr "" msgstr "Архив пользователя ownCloud"
#: templates/settings.php:17 #: templates/settings.php:17
msgid "Import" msgid "Import"
msgstr "" msgstr "Импорт"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Denis <reg.transifex.net@demitel.ru>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-12 22:45+0000\n" "PO-Revision-Date: 2012-08-24 07:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Denis <reg.transifex.net@demitel.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,36 +20,36 @@ msgstr ""
#: templates/nomode.php:12 #: templates/nomode.php:12
msgid "This is an OpenID server endpoint. For more information, see " msgid "This is an OpenID server endpoint. For more information, see "
msgstr "" msgstr "Это точка подключения сервера OpenID. Для информации смотрите"
#: templates/nomode.php:14 #: templates/nomode.php:14
msgid "Identity: <b>" msgid "Identity: <b>"
msgstr "" msgstr "Личность: <b>"
#: templates/nomode.php:15 #: templates/nomode.php:15
msgid "Realm: <b>" msgid "Realm: <b>"
msgstr "" msgstr "Realm: <b>"
#: templates/nomode.php:16 #: templates/nomode.php:16
msgid "User: <b>" msgid "User: <b>"
msgstr "" msgstr "Пользователь: <b>"
#: templates/nomode.php:17 #: templates/nomode.php:17
msgid "Login" msgid "Login"
msgstr "" msgstr "Логин"
#: templates/nomode.php:22 #: templates/nomode.php:22
msgid "Error: <b>No user Selected" msgid "Error: <b>No user Selected"
msgstr "" msgstr "Ошибка: <b>Пользователь не выбран"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "you can authenticate to other sites with this address" msgid "you can authenticate to other sites with this address"
msgstr "" msgstr "вы можете аутентифицироваться на других сайтах с этим адресом"
#: templates/settings.php:5 #: templates/settings.php:5
msgid "Authorized OpenID provider" msgid "Authorized OpenID provider"
msgstr "" msgstr "Авторизованный провайдер OpenID"
#: templates/settings.php:6 #: templates/settings.php:6
msgid "Your address at Wordpress, Identi.ca, &hellip;" msgid "Your address at Wordpress, Identi.ca, &hellip;"
msgstr "" msgstr "Ваш адрес в Wordpress, Identi.ca, &hellip;"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:03+0000\n" "PO-Revision-Date: 2012-08-24 09:09+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -217,7 +217,7 @@ msgstr "Začasne slike ni bilo mogoče naložiti: "
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Nobena datoteka ni bila naložena. Neznana napaka" msgstr "Nobena datoteka ni bila naložena. Neznana napaka"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Stiki" msgstr "Stiki"
@ -245,15 +245,15 @@ msgstr "Napaka"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Nimate dovoljenja za dodajanje stikov v"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Prosimo, če izberete enega izmed vaših adresarjev."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Napaka dovoljenj"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -485,11 +485,11 @@ msgstr "Stik"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Nimate dovoljenj za urejanje tega stika."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Nimate dovoljenj za izbris tega stika."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-24 00:02+0000\n" "PO-Revision-Date: 2012-08-24 07:00+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -220,7 +220,7 @@ msgstr "Kunde inte ladda tillfällig bild:"
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "Ingen fil uppladdad. Okänt fel" msgstr "Ingen fil uppladdad. Okänt fel"
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "Kontakter" msgstr "Kontakter"
@ -248,15 +248,15 @@ msgstr "Fel"
#: js/contacts.js:424 #: js/contacts.js:424
msgid "You do not have permission to add contacts to " msgid "You do not have permission to add contacts to "
msgstr "" msgstr "Du saknar behörighet att skapa kontakter i"
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Please select one of your own address books." msgid "Please select one of your own address books."
msgstr "" msgstr "Välj en av dina egna adressböcker."
#: js/contacts.js:425 #: js/contacts.js:425
msgid "Permission error" msgid "Permission error"
msgstr "" msgstr "Behörighetsfel"
#: js/contacts.js:763 #: js/contacts.js:763
msgid "This property has to be non-empty." msgid "This property has to be non-empty."
@ -488,11 +488,11 @@ msgstr "Kontakt"
#: lib/vcard.php:408 #: lib/vcard.php:408
msgid "You do not have the permissions to edit this contact." msgid "You do not have the permissions to edit this contact."
msgstr "" msgstr "Du saknar behörighet för att ändra denna kontakt."
#: lib/vcard.php:483 #: lib/vcard.php:483
msgid "You do not have the permissions to delete this contact." msgid "You do not have the permissions to delete this contact."
msgstr "" msgstr "Du saknar behörighet för att radera denna kontakt."
#: templates/index.php:14 #: templates/index.php:14
msgid "Add Contact" msgid "Add Contact"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -67,7 +67,7 @@ msgstr ""
msgid "Invalid request" msgid "Invalid request"
msgstr "" msgstr ""
#: appinfo/app.php:37 templates/calendar.php:15 #: appinfo/app.php:41 templates/calendar.php:15
#: templates/part.eventform.php:33 templates/part.showevent.php:33 #: templates/part.eventform.php:33 templates/part.showevent.php:33
msgid "Calendar" msgid "Calendar"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -214,7 +214,7 @@ msgstr ""
msgid "No file was uploaded. Unknown error" msgid "No file was uploaded. Unknown error"
msgstr "" msgstr ""
#: appinfo/app.php:21 #: appinfo/app.php:25
msgid "Contacts" msgid "Contacts"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -51,7 +51,7 @@ msgstr ""
msgid "Files" msgid "Files"
msgstr "" msgstr ""
#: js/fileactions.js:107 templates/index.php:56 #: js/fileactions.js:111 templates/index.php:56
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# <appweb.cn@gmail.com>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-07-28 02:02+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-07-27 22:17+0000\n" "PO-Revision-Date: 2012-08-24 01:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,42 +20,42 @@ msgstr ""
#: appinfo/app.php:14 #: appinfo/app.php:14
msgid "Bookmarks" msgid "Bookmarks"
msgstr "" msgstr "书签"
#: bookmarksHelper.php:99 #: bookmarksHelper.php:99
msgid "unnamed" msgid "unnamed"
msgstr "" msgstr "未命名"
#: templates/bookmarklet.php:5 #: templates/bookmarklet.php:5
msgid "" msgid ""
"Drag this to your browser bookmarks and click it, when you want to bookmark " "Drag this to your browser bookmarks and click it, when you want to bookmark "
"a webpage quickly:" "a webpage quickly:"
msgstr "" msgstr "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。"
#: templates/bookmarklet.php:7 #: templates/bookmarklet.php:7
msgid "Read later" msgid "Read later"
msgstr "" msgstr "稍后阅读"
#: templates/list.php:13 #: templates/list.php:13
msgid "Address" msgid "Address"
msgstr "" msgstr "地址"
#: templates/list.php:14 #: templates/list.php:14
msgid "Title" msgid "Title"
msgstr "" msgstr "标题"
#: templates/list.php:15 #: templates/list.php:15
msgid "Tags" msgid "Tags"
msgstr "" msgstr "标签"
#: templates/list.php:16 #: templates/list.php:16
msgid "Save bookmark" msgid "Save bookmark"
msgstr "" msgstr "保存书签"
#: templates/list.php:22 #: templates/list.php:22
msgid "You have no bookmarks" msgid "You have no bookmarks"
msgstr "" msgstr "您暂无书签"
#: templates/settings.php:11 #: templates/settings.php:11
msgid "Bookmarklet <br />" msgid "Bookmarklet <br />"
msgstr "" msgstr "书签应用"

View File

@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# <appweb.cn@gmail.com>, 2012.
# <rainofchaos@gmail.com>, 2012. # <rainofchaos@gmail.com>, 2012.
# <wengxt@gmail.com>, 2011, 2012. # <wengxt@gmail.com>, 2011, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-21 02:03+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-21 00:04+0000\n" "PO-Revision-Date: 2012-08-24 01:52+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -53,7 +54,7 @@ msgstr "写入磁盘失败"
msgid "Files" msgid "Files"
msgstr "文件" msgstr "文件"
#: js/fileactions.js:107 templates/index.php:56 #: js/fileactions.js:111 templates/index.php:56
msgid "Delete" msgid "Delete"
msgstr "删除" msgstr "删除"
@ -75,7 +76,7 @@ msgstr "已经替换"
#: js/filelist.js:195 #: js/filelist.js:195
msgid "with" msgid "with"
msgstr "" msgstr "随着"
#: js/filelist.js:195 js/filelist.js:246 #: js/filelist.js:195 js/filelist.js:246
msgid "undo" msgid "undo"

View File

@ -4,13 +4,14 @@
# #
# Translators: # Translators:
# Donahue Chuang <soshinwu@gmail.com>, 2012. # Donahue Chuang <soshinwu@gmail.com>, 2012.
# <weiyu871@ms14.url.com.tw>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-18 02:01+0200\n" "POT-Creation-Date: 2012-08-25 02:04+0200\n"
"PO-Revision-Date: 2012-08-18 00:02+0000\n" "PO-Revision-Date: 2012-08-24 03:42+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n" "Last-Translator: weiyu <weiyu871@ms14.url.com.tw>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -188,7 +189,7 @@ msgstr "你的電子郵件信箱"
#: templates/personal.php:32 #: templates/personal.php:32
msgid "Fill in an email address to enable password recovery" msgid "Fill in an email address to enable password recovery"
msgstr "請甜入店子郵件信箱以便回復密碼" msgstr "請填入電子郵件信箱以便回復密碼"
#: templates/personal.php:38 templates/personal.php:39 #: templates/personal.php:38 templates/personal.php:39
msgid "Language" msgid "Language"

25
lib/l10n/nl.php Normal file
View File

@ -0,0 +1,25 @@
<?php $TRANSLATIONS = array(
"Help" => "Help",
"Personal" => "Persoonlijk",
"Settings" => "Instellingen",
"Users" => "Gebruikers",
"Apps" => "Apps",
"Admin" => "Administrator",
"ZIP download is turned off." => "ZIP download is uitgeschakeld.",
"Files need to be downloaded one by one." => "Bestanden moeten één voor één worden gedownload.",
"Back to Files" => "Terug naar bestanden",
"Selected files too large to generate zip file." => "De geselecteerde bestanden zijn te groot om een zip bestand te maken.",
"Application is not enabled" => "De applicatie is niet actief",
"Authentication error" => "Authenticatie fout",
"Token expired. Please reload page." => "Token verlopen. Herlaad de pagina.",
"seconds ago" => "seconden geleden",
"1 minute ago" => "1 minuut geleden",
"%d minutes ago" => "%d minuten geleden",
"today" => "vandaag",
"yesterday" => "gisteren",
"%d days ago" => "%d dagen geleden",
"last month" => "vorige maand",
"months ago" => "maanden geleden",
"last year" => "vorig jaar",
"years ago" => "jaar geleden"
);

25
lib/l10n/ru.php Normal file
View File

@ -0,0 +1,25 @@
<?php $TRANSLATIONS = array(
"Help" => "Помощь",
"Personal" => "Личное",
"Settings" => "Настройки",
"Users" => "Пользователи",
"Apps" => "Приложения",
"Admin" => "Admin",
"ZIP download is turned off." => "ZIP-скачивание отключено.",
"Files need to be downloaded one by one." => "Файлы должны быть загружены по одному.",
"Back to Files" => "Назад к файлам",
"Selected files too large to generate zip file." => "Выбранные файлы слишком велики, чтобы создать zip файл.",
"Application is not enabled" => "Приложение не разрешено",
"Authentication error" => "Ошибка аутентификации",
"Token expired. Please reload page." => "Токен просрочен. Перезагрузите страницу.",
"seconds ago" => "менее минуты",
"1 minute ago" => "1 минуту назад",
"%d minutes ago" => "%d минут назад",
"today" => "сегодня",
"yesterday" => "вчера",
"%d days ago" => "%d дней назад",
"last month" => "в прошлом месяце",
"months ago" => "месяцы назад",
"last year" => "в прошлом году",
"years ago" => "годы назад"
);

View File

@ -1,13 +1,21 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Kan de lijst niet van de App store laden",
"Email saved" => "E-mail bewaard", "Email saved" => "E-mail bewaard",
"Invalid email" => "Ongeldige e-mail", "Invalid email" => "Ongeldige e-mail",
"OpenID Changed" => "OpenID is aangepast", "OpenID Changed" => "OpenID is aangepast",
"Invalid request" => "Ongeldig verzoek", "Invalid request" => "Ongeldig verzoek",
"Authentication error" => "Authenticatie fout",
"Language changed" => "Taal aangepast", "Language changed" => "Taal aangepast",
"Error" => "Fout",
"Disable" => "Uitschakelen", "Disable" => "Uitschakelen",
"Enable" => "Inschakelen", "Enable" => "Inschakelen",
"Saving..." => "Aan het bewaren.....", "Saving..." => "Aan het bewaren.....",
"__language_name__" => "Nederlands", "__language_name__" => "Nederlands",
"Security Warning" => "Veiligheidswaarschuwing",
"Cron" => "Cron",
"execute one task with each page loaded" => "Voer 1 taak uit bij elke geladen pagina",
"cron.php is registered at a webcron service" => "cron.php is geregistreerd bij een webcron service",
"use systems cron service" => "gebruik de systeem cron service",
"Log" => "Log", "Log" => "Log",
"More" => "Meer", "More" => "Meer",
"Add your App" => "Voeg je App toe", "Add your App" => "Voeg je App toe",
@ -43,6 +51,7 @@
"Create" => "Creëer", "Create" => "Creëer",
"Default Quota" => "Standaard limiet", "Default Quota" => "Standaard limiet",
"Other" => "Andere", "Other" => "Andere",
"Group Admin" => "Groep Administrator",
"Quota" => "Limieten", "Quota" => "Limieten",
"Delete" => "verwijderen" "Delete" => "verwijderen"
); );

View File

@ -3,11 +3,16 @@
"Invalid email" => "Email inválido", "Invalid email" => "Email inválido",
"OpenID Changed" => "Mudou OpenID", "OpenID Changed" => "Mudou OpenID",
"Invalid request" => "Pedido inválido", "Invalid request" => "Pedido inválido",
"Authentication error" => "erro de autenticação",
"Language changed" => "Mudou Idioma", "Language changed" => "Mudou Idioma",
"Error" => "Erro",
"Disable" => "Desabilitado", "Disable" => "Desabilitado",
"Enable" => "Habilitado", "Enable" => "Habilitado",
"Saving..." => "Gravando...", "Saving..." => "Gravando...",
"__language_name__" => "Português", "__language_name__" => "Português",
"Security Warning" => "Aviso de Segurança",
"execute one task with each page loaded" => "executar uma tarefa com cada página em aberto",
"cron.php is registered at a webcron service" => "cron.php esta registrado no serviço de webcron",
"Log" => "Log", "Log" => "Log",
"More" => "Mais", "More" => "Mais",
"Add your App" => "Adicione seu Aplicativo", "Add your App" => "Adicione seu Aplicativo",
@ -43,6 +48,7 @@
"Create" => "Criar", "Create" => "Criar",
"Default Quota" => "Quota Padrão", "Default Quota" => "Quota Padrão",
"Other" => "Outro", "Other" => "Outro",
"Group Admin" => "Grupo Administrativo",
"Quota" => "Cota", "Quota" => "Cota",
"Delete" => "Apagar" "Delete" => "Apagar"
); );

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