[tx-robot] updated from transifex
This commit is contained in:
parent
31fb07aca8
commit
41f1c6c481
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Formatfilter-Server ist ausgeschaltet oder falsch konfiguriert",
|
||||
"You don't have permission to rename this document" => "Du besitzt nicht die Berechtigung, dieses Dokument umzubenennen.",
|
||||
"Documents" => "Dokumente",
|
||||
"Share" => "Teilen",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Rückgängig",
|
||||
"Unknown Author" => "Unbekannter Autor",
|
||||
"Edit" => "Bearbeiten",
|
||||
"Local" => "Lokal",
|
||||
"openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice ist auf diesem Server installiert",
|
||||
"External" => "Extern",
|
||||
"openOffice/libreOffice is installed on another server" => "OpenOffice/LibreOffice ist auf einem anderen Server installiert",
|
||||
"scheme://domain.tld[:port]" => "Schema://Domain.tld[:port]",
|
||||
"Server URL" => "Server-URL",
|
||||
"Apply" => "Anwenden",
|
||||
"New document" => "Neues Dokument",
|
||||
"Upload" => "Hochladen",
|
||||
"Save new documents to" => "Neues Dokument speichern unter",
|
||||
|
@ -4,16 +4,16 @@
|
||||
#
|
||||
# Translators:
|
||||
# I Robot, 2013
|
||||
# Mario Siegmann <mario_siegmann@web.de>, 2013
|
||||
# Mario Siegmann <mario_siegmann@web.de>, 2013-2014
|
||||
# stefanniedermann <stefan.niedermann@googlemail.com>, 2013
|
||||
# Mirodin <blobbyjj@ymail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 07:05+0000\n"
|
||||
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Formatfilter-Server ist ausgeschaltet oder falsch konfiguriert"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -279,31 +279,31 @@ msgstr "Bearbeiten"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Lokal"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice ist auf diesem Server installiert"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Extern"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice ist auf einem anderen Server installiert"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "Schema://Domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Server-URL"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Anwenden"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Formatfilter-Server ist ausgeschaltet oder falsch konfiguriert",
|
||||
"You don't have permission to rename this document" => "Sie haben nicht die erforderlichen Rechte, dieses Dokument umzubenennen.",
|
||||
"Documents" => "Dokumente",
|
||||
"Share" => "Teilen",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Rückgängig",
|
||||
"Unknown Author" => "Unbekannter Autor",
|
||||
"Edit" => "Bearbeiten",
|
||||
"Local" => "Lokal",
|
||||
"openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice ist auf diesem Server installiert",
|
||||
"External" => "Extern",
|
||||
"openOffice/libreOffice is installed on another server" => "OpenOffice/LibreOffice ist auf einem anderen Server installiert",
|
||||
"scheme://domain.tld[:port]" => "Schema://Domain.tld[:port]",
|
||||
"Server URL" => "Server-URL",
|
||||
"Apply" => "Anwenden",
|
||||
"New document" => "Neues Dokument",
|
||||
"Upload" => "Hochladen",
|
||||
"Save new documents to" => "Neues Dokument speichern unter",
|
||||
|
@ -4,16 +4,16 @@
|
||||
#
|
||||
# Translators:
|
||||
# I Robot, 2013
|
||||
# Mario Siegmann <mario_siegmann@web.de>, 2013
|
||||
# Mario Siegmann <mario_siegmann@web.de>, 2013-2014
|
||||
# stefanniedermann <stefan.niedermann@googlemail.com>, 2013
|
||||
# traductor, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 07:05+0000\n"
|
||||
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
|
||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Formatfilter-Server ist ausgeschaltet oder falsch konfiguriert"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -279,31 +279,31 @@ msgstr "Bearbeiten"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Lokal"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice ist auf diesem Server installiert"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Extern"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice ist auf einem anderen Server installiert"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "Schema://Domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Server-URL"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Anwenden"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -60,6 +60,12 @@
|
||||
"Undo" => "Αναίρεση",
|
||||
"Unknown Author" => "Άγνωστος Δημιουργός",
|
||||
"Edit" => "Επεξεργασία",
|
||||
"Local" => "Τοπικός",
|
||||
"openOffice/libreOffice is installed on this server" => "Το πρόγραμμα openOffice/libreOffice είναι εγκατεστημένο σε αυτόν τον διακομιστή",
|
||||
"External" => "Εξωτερικός",
|
||||
"openOffice/libreOffice is installed on another server" => "Το πρόγραμμα openOffice/libreOffice είναι εγκατεστημένο σε άλλον διακομιστή",
|
||||
"Server URL" => "Διεύθυνση URL διακομιστή",
|
||||
"Apply" => "Εφαρμογή",
|
||||
"New document" => "Νέο έγγραφο",
|
||||
"Upload" => "Μεταφόρτωση",
|
||||
"Save new documents to" => "Αποθήκευση νέων εγγράφων σε",
|
||||
|
@ -4,14 +4,15 @@
|
||||
#
|
||||
# Translators:
|
||||
# Efstathios Iosifidis <iefstathios@gmail.com>, 2013
|
||||
# pe_ppe <peppe@cs.uoi.gr>, 2014
|
||||
# vkehayas <vkehayas@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 17:50+0000\n"
|
||||
"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -277,19 +278,19 @@ msgstr "Επεξεργασία"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Τοπικός"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "Το πρόγραμμα openOffice/libreOffice είναι εγκατεστημένο σε αυτόν τον διακομιστή"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Εξωτερικός"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "Το πρόγραμμα openOffice/libreOffice είναι εγκατεστημένο σε άλλον διακομιστή"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
@ -297,11 +298,11 @@ msgstr ""
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Διεύθυνση URL διακομιστή"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Εφαρμογή"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Format filter server is down or misconfigured",
|
||||
"You don't have permission to rename this document" => "You don't have permission to rename this document",
|
||||
"Documents" => "Documents",
|
||||
"Share" => "Share",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Undo",
|
||||
"Unknown Author" => "Unknown Author",
|
||||
"Edit" => "Edit",
|
||||
"Local" => "Local",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice is installed on this server",
|
||||
"External" => "External",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice is installed on another server",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
"Server URL" => "Server URL",
|
||||
"Apply" => "Apply",
|
||||
"New document" => "New document",
|
||||
"Upload" => "Upload",
|
||||
"Save new documents to" => "Save new documents to",
|
||||
|
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# mnestis <transifex@mnestis.net>, 2013
|
||||
# mnestis <transifex@mnestis.net>, 2013-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 12:01+0000\n"
|
||||
"Last-Translator: mnestis <transifex@mnestis.net>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -20,7 +20,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Format filter server is down or misconfigured"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -276,31 +276,31 @@ msgstr "Edit"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Local"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice is installed on this server"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "External"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice is installed on another server"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Server URL"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Apply"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -60,6 +60,12 @@
|
||||
"Undo" => "Deshacer",
|
||||
"Unknown Author" => "Autor desconocido",
|
||||
"Edit" => "Editar",
|
||||
"Local" => "Local",
|
||||
"openOffice/libreOffice is installed on this server" => "OpenOffice/LibreOffice está instalado en este servidor",
|
||||
"External" => "Externo",
|
||||
"openOffice/libreOffice is installed on another server" => "OpenOffice/LibreOffice está instalado en otro servidor",
|
||||
"Server URL" => "URL del servidor",
|
||||
"Apply" => "Aplicar",
|
||||
"New document" => "Nuevo documento",
|
||||
"Upload" => "Subir",
|
||||
"Save new documents to" => "Guardar nuevos documentos en",
|
||||
|
@ -3,7 +3,7 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Art O. Pal <artopal@fastmail.fm>, 2013
|
||||
# Art O. Pal <artopal@fastmail.fm>, 2013-2014
|
||||
# Jose Luis Tirado <joseluis.tirado@gmail.com>, 2014
|
||||
# juanman <juanma@kde.org.ar>, 2013
|
||||
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2013
|
||||
@ -12,9 +12,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 15:50+0000\n"
|
||||
"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -280,19 +280,19 @@ msgstr "Editar"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Local"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice está instalado en este servidor"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Externo"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice/LibreOffice está instalado en otro servidor"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
@ -300,11 +300,11 @@ msgstr ""
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "URL del servidor"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Aplicar"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Formaadi filtri server ei ole saadaval või on valesti seadistatud",
|
||||
"You don't have permission to rename this document" => "Puuduvad õigused dokumendi ümber nimetamiseks",
|
||||
"Documents" => "Dokumendid",
|
||||
"Share" => "Jaga",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Ennista",
|
||||
"Unknown Author" => "Tundmatu autor",
|
||||
"Edit" => "Muuda",
|
||||
"Local" => "Kohalik",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice on paigaldatud selles serveris",
|
||||
"External" => "Väline",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice on paigaldatud teise serverisse",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
"Server URL" => "Serveri URL",
|
||||
"Apply" => "Rakenda",
|
||||
"New document" => "Uus dokument",
|
||||
"Upload" => "Lae üles",
|
||||
"Save new documents to" => "Salvesta dokumendid",
|
||||
|
@ -3,15 +3,15 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013
|
||||
# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013-2014
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 08:21+0000\n"
|
||||
"Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n"
|
||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -21,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Formaadi filtri server ei ole saadaval või on valesti seadistatud"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -277,31 +277,31 @@ msgstr "Muuda"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Kohalik"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice on paigaldatud selles serveris"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Väline"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice on paigaldatud teise serverisse"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Serveri URL"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Rakenda"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -60,6 +60,12 @@
|
||||
"Undo" => "Kumoa",
|
||||
"Unknown Author" => "Tuntematon tekijä",
|
||||
"Edit" => "Muokkaa",
|
||||
"Local" => "Paikallinen",
|
||||
"openOffice/libreOffice is installed on this server" => "OpenOffice tai LibreOffice on asennettu tälle palvelimelle",
|
||||
"External" => "Ulkoinen",
|
||||
"openOffice/libreOffice is installed on another server" => "OpenOffice tai LibreOffice on asennettu toiselle palvelimelle",
|
||||
"Server URL" => "Palvelimen osoite",
|
||||
"Apply" => "Toteuta",
|
||||
"New document" => "Uusi asiakirja",
|
||||
"Upload" => "Lähetä",
|
||||
"Save new documents to" => "Uusien asiakirjojen tallennussijainti",
|
||||
|
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 07:05+0000\n"
|
||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -277,19 +277,19 @@ msgstr "Muokkaa"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Paikallinen"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice tai LibreOffice on asennettu tälle palvelimelle"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Ulkoinen"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "OpenOffice tai LibreOffice on asennettu toiselle palvelimelle"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
@ -297,11 +297,11 @@ msgstr ""
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Palvelimen osoite"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Toteuta"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "O servidor de filtro de formato está sen servizo ou mal configurado",
|
||||
"You don't have permission to rename this document" => "Vostede non ten permisos para cambiarlle o nome a este documento",
|
||||
"Documents" => "Documentos",
|
||||
"Share" => "Compartir",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Desfacer",
|
||||
"Unknown Author" => "Autor descoñecido",
|
||||
"Edit" => "Editar",
|
||||
"Local" => "Local",
|
||||
"openOffice/libreOffice is installed on this server" => "O openOffice/libreOffice está instalado neste servidor",
|
||||
"External" => "Externo",
|
||||
"openOffice/libreOffice is installed on another server" => "O openOffice/libreOffice está instalado noutro servidor",
|
||||
"scheme://domain.tld[:port]" => "scheme://dominio.tld[:porto]",
|
||||
"Server URL" => "URL do servidor",
|
||||
"Apply" => "Aplicar",
|
||||
"New document" => "Novo documento",
|
||||
"Upload" => "Enviar",
|
||||
"Save new documents to" => "Gardar os novos documentos en",
|
||||
|
@ -4,13 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# mbouzada <mbouzada@gmail.com>, 2013
|
||||
# mbouzada <mbouzada@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 15:14+0000\n"
|
||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -20,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "O servidor de filtro de formato está sen servizo ou mal configurado"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -276,31 +277,31 @@ msgstr "Editar"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Local"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "O openOffice/libreOffice está instalado neste servidor"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Externo"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "O openOffice/libreOffice está instalado noutro servidor"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://dominio.tld[:porto]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "URL do servidor"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Aplicar"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Il formato del filtro del server è inattivo o configurato in modo errato.",
|
||||
"You don't have permission to rename this document" => "Non hai i permessi per rinominare questo documento",
|
||||
"Documents" => "Documenti",
|
||||
"Share" => "Condividi",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Annulla",
|
||||
"Unknown Author" => "Autore sconosciuto",
|
||||
"Edit" => "Modifica",
|
||||
"Local" => "Locale",
|
||||
"openOffice/libreOffice is installed on this server" => "Open Office/libre Office è installato su questo server",
|
||||
"External" => "Esterno",
|
||||
"openOffice/libreOffice is installed on another server" => "open Office/libre Office è installato su un altro server",
|
||||
"scheme://domain.tld[:port]" => "schema://domain.tld[:port]",
|
||||
"Server URL" => "URL del Server",
|
||||
"Apply" => "Applica",
|
||||
"New document" => "Nuovo documento",
|
||||
"Upload" => "Carica",
|
||||
"Save new documents to" => "Salva i nuovi documenti in",
|
||||
|
@ -3,6 +3,7 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Jessica Di Maria <dimariaj87@gmail.com>, 2014
|
||||
# F0ca <staffhabbfoca@live.it>, 2013
|
||||
# ogasser, 2013
|
||||
# Paolo Velati <paolo.velati@gmail.com>, 2013
|
||||
@ -11,9 +12,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 08:29+0000\n"
|
||||
"Last-Translator: Jessica Di Maria <dimariaj87@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -23,7 +24,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Il formato del filtro del server è inattivo o configurato in modo errato."
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -279,31 +280,31 @@ msgstr "Modifica"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Locale"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "Open Office/libre Office è installato su questo server"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Esterno"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "open Office/libre Office è installato su un altro server"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "schema://domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "URL del Server"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Applica"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Formaatfilter server is down of onjuist geconfigureerd",
|
||||
"You don't have permission to rename this document" => "U hebt niet de autorisatie om die document te hernoemen",
|
||||
"Documents" => "Documenten",
|
||||
"Share" => "Delen",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Ongedaan maken",
|
||||
"Unknown Author" => "Onbekende auteur",
|
||||
"Edit" => "Bewerk",
|
||||
"Local" => "Lokaal",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice is geïnstalleerd op deze server",
|
||||
"External" => "Extern",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice is geïnstalleerd op een andere server",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
"Server URL" => "Server URL",
|
||||
"Apply" => "Toepassen",
|
||||
"New document" => "Nieuw document",
|
||||
"Upload" => "Uploaden",
|
||||
"Save new documents to" => "Bewaar nieuwe documenten in",
|
||||
|
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# André Koot <meneer@tken.net>, 2013
|
||||
# André Koot <meneer@tken.net>, 2013-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 08:10+0000\n"
|
||||
"Last-Translator: André Koot <meneer@tken.net>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -20,7 +20,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Formaatfilter server is down of onjuist geconfigureerd"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -276,31 +276,31 @@ msgstr "Bewerk"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Lokaal"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice is geïnstalleerd op deze server"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Extern"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice is geïnstalleerd op een andere server"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Server URL"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Toepassen"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Serwer filtrów formatów jest niedostępny lub nieprawidłowo skonfigurowany",
|
||||
"You don't have permission to rename this document" => "Nie masz uprawnień do zmiany nazwy tego dokumentu",
|
||||
"Documents" => "Dokumenty",
|
||||
"Share" => "Udostępnij",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Cofnij",
|
||||
"Unknown Author" => "Nieznany autor",
|
||||
"Edit" => "Edytuj",
|
||||
"Local" => "Lokalny",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice jest zainstalowane na tym serwerze",
|
||||
"External" => "Zewnętrzny",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice jest zainstalowany na innym serwerze",
|
||||
"scheme://domain.tld[:port]" => "schemat://domena.tld[:port]",
|
||||
"Server URL" => "URL serwera",
|
||||
"Apply" => "Zastosuj",
|
||||
"New document" => "Nowy dokument",
|
||||
"Upload" => "Wyślij",
|
||||
"Save new documents to" => "Zapisz nowy dokument do",
|
||||
|
@ -4,14 +4,14 @@
|
||||
#
|
||||
# Translators:
|
||||
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013
|
||||
# bobie <maciej.przybecki@gmail.com>, 2013
|
||||
# bobie <maciej.przybecki@gmail.com>, 2013-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 07:22+0000\n"
|
||||
"Last-Translator: bobie <maciej.przybecki@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -21,7 +21,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Serwer filtrów formatów jest niedostępny lub nieprawidłowo skonfigurowany"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -277,31 +277,31 @@ msgstr "Edytuj"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Lokalny"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice jest zainstalowane na tym serwerze"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Zewnętrzny"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice jest zainstalowany na innym serwerze"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "schemat://domena.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "URL serwera"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Zastosuj"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "O servidor de formato de filtro está desligado ou com configuração errada",
|
||||
"You don't have permission to rename this document" => "Você não tem permissão para renomear este documento",
|
||||
"Documents" => "Documentos",
|
||||
"Share" => "Compartilhar",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Desfazer",
|
||||
"Unknown Author" => "Autor Desconhecido",
|
||||
"Edit" => "Editar",
|
||||
"Local" => "Local",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice está instalado neste servidor",
|
||||
"External" => "Extarno",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice está instalado em outro servidor",
|
||||
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
|
||||
"Server URL" => "URL do servidor",
|
||||
"Apply" => "Aplicar",
|
||||
"New document" => "Novo documento",
|
||||
"Upload" => "Upload",
|
||||
"Save new documents to" => "Salvar o novo documento para",
|
||||
|
@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Flávio Veras <flaviove@gmail.com>, 2013
|
||||
# Flávio Veras <flaviove@gmail.com>, 2013-2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 11:07+0000\n"
|
||||
"Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -20,7 +20,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "O servidor de formato de filtro está desligado ou com configuração errada"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -276,31 +276,31 @@ msgstr "Editar"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Local"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice está instalado neste servidor"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Extarno"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice está instalado em outro servidor"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://domain.tld[:port]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "URL do servidor"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Aplicar"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud documents 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Format filter server is down or misconfigured" => "Biçim filtre sunucusu kapalı veya hatalı yapılandırılmış",
|
||||
"You don't have permission to rename this document" => "Bu belgeyi adlandırmak için izniniz yok.",
|
||||
"Documents" => "Belgeler",
|
||||
"Share" => "Paylaş",
|
||||
@ -60,6 +61,13 @@
|
||||
"Undo" => "Geri A",
|
||||
"Unknown Author" => "Bilinmeyen Yazar",
|
||||
"Edit" => "Düzenle",
|
||||
"Local" => "Yerel",
|
||||
"openOffice/libreOffice is installed on this server" => "openOffice/libreOffice bu sunucuda kurulu",
|
||||
"External" => "Harici",
|
||||
"openOffice/libreOffice is installed on another server" => "openOffice/libreOffice farklı bir sunucuda kurulu",
|
||||
"scheme://domain.tld[:port]" => "scheme://alanadı.tld[:bağl.nokt.]",
|
||||
"Server URL" => "Sunucu Adresi",
|
||||
"Apply" => "Uygula",
|
||||
"New document" => "Yeni belge",
|
||||
"Upload" => "Yükle",
|
||||
"Save new documents to" => "Yeni belgeleri şuraya kaydet",
|
||||
|
@ -10,9 +10,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-01 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 04:44+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-02 00:44-0400\n"
|
||||
"PO-Revision-Date: 2014-04-01 18:10+0000\n"
|
||||
"Last-Translator: volkangezer <volkangezer@gmail.com>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
|
||||
#: ajax/admin.php:24
|
||||
msgid "Format filter server is down or misconfigured"
|
||||
msgstr ""
|
||||
msgstr "Biçim filtre sunucusu kapalı veya hatalı yapılandırılmış"
|
||||
|
||||
#: ajax/documentController.php:76
|
||||
msgid "You don't have permission to rename this document"
|
||||
@ -278,31 +278,31 @@ msgstr "Düzenle"
|
||||
|
||||
#: templates/admin.php:8
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Yerel"
|
||||
|
||||
#: templates/admin.php:9
|
||||
msgid "openOffice/libreOffice is installed on this server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice bu sunucuda kurulu"
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "External"
|
||||
msgstr ""
|
||||
msgstr "Harici"
|
||||
|
||||
#: templates/admin.php:16
|
||||
msgid "openOffice/libreOffice is installed on another server"
|
||||
msgstr ""
|
||||
msgstr "openOffice/libreOffice farklı bir sunucuda kurulu"
|
||||
|
||||
#: templates/admin.php:21
|
||||
msgid "scheme://domain.tld[:port]"
|
||||
msgstr ""
|
||||
msgstr "scheme://alanadı.tld[:bağl.nokt.]"
|
||||
|
||||
#: templates/admin.php:24
|
||||
msgid "Server URL"
|
||||
msgstr ""
|
||||
msgstr "Sunucu Adresi"
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
msgstr "Uygula"
|
||||
|
||||
#: templates/documents.php:5
|
||||
msgid "New document"
|
||||
|
Loading…
x
Reference in New Issue
Block a user