forked from owncloud-archive/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:owncloud/apps
- Loading branch information
Showing
69 changed files
with
467 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php $TRANSLATIONS = array( | ||
"The php-json module is needed by the many applications for inter communications" => "A php-json modulra számos alkalmazásnak szüksége van a kommunikációhoz", | ||
"The php-curl module is needed to fetch the page title when adding a bookmark" => "A php-curl modul szükséges az oldal címének lekéréséhez könyvjelző hozzáadásakor", | ||
"The php-gd module is needed to create thumbnails of your images" => "A php-gd modul szükséges az előnézeti képek létrehozásához", | ||
"The php-ldap module is needed connect to your ldap server" => "A php-ldap modul szükséges az ldap szerveredhez történő csatlakozáshoz", | ||
"The php-zip module is needed download multiple files at once" => "A php-zip modul szükséges több fájl egyidejű letöltéséhez", | ||
"The php-mb_multibyte module is needed to manage correctly the encoding." => "A php-mb_multibyte modul szükséges a kódolás megfelelő kezeléséhez", | ||
"The php-ctype module is needed validate data." => "A php-ctype modul szükséges az adatok hitelesítéséhez", | ||
"The php-xml module is needed to share files with webdav." => "A php-xml modul szükséges a fájlok webdav-on keresztüli megosztásához", | ||
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "A php.ini fájlodban található allow_url_fopen változó értékének 1-nek kell lennie az OCS szerverek tudásbázisainak eléréséhez", | ||
"The php-pdo module is needed to store owncloud data into a database." => "A php-pdo modul szükséges az owncloud adatok adatbázisban történő tárolásához", | ||
"The iconv module is needed to convert data into the correct charset." => "Az iconv modul szükséges az adatok megfelelő karakterkódolásúvá alakításához", | ||
"Dependencies status" => "Függőségek állapota", | ||
"Used by :" => "Használva van ez által:" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Export this ownCloud instance" => "Az ownCloud példány exportálása", | ||
"This will create a compressed file that contains the data of this owncloud instance." => "Ez egy tömörített fájlt fog létrehozni, ami tartalmazza ennek az ownCloud példánynak az adatait.", | ||
"Please choose the export type:" => "Kérlek, válaszd ki az exportálás típusát:", | ||
"ownCloud instance (user data and database" => "ownCloud példány (felhasználói adatok és adatbázis)", | ||
"ownCloud system files" => "ownCloud rendszerfájlok", | ||
"Just user files" => "Csak felhasználói fájlok", | ||
"Export" => "Exportálás" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php $TRANSLATIONS = array( | ||
"External Sites" => "Külső oldalak", | ||
"Name" => "Név", | ||
"URL" => "URL", | ||
"Remove site" => "Oldal eltávolítása", | ||
"Add" => "Hozzáadás" | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php $TRANSLATIONS = array( | ||
"Documentation" => "Dokumentáció", | ||
"No Impress files are found in your ownCloud. Please upload a .impress file." => "Nem található Impress fájl az ownCloud-odban. Kérlek, tölts fel egy .impress fájlt." | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Translators: | ||
# Art O. Pal <[email protected]>, 2012. | ||
# <[email protected]>, 2012. | ||
# <[email protected]>, 2012. | ||
# <[email protected]>, 2012-2013. | ||
# <[email protected]>, 2012. | ||
# Raul Fernandez Garcia <[email protected]>, 2012. | ||
# Rubén Trujillo <[email protected]>, 2012. | ||
|
@@ -16,9 +16,9 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: ownCloud\n" | ||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" | ||
"POT-Creation-Date: 2012-12-02 00:01+0100\n" | ||
"PO-Revision-Date: 2012-12-01 20:48+0000\n" | ||
"Last-Translator: xsergiolpx <[email protected]>\n" | ||
"POT-Creation-Date: 2013-01-08 00:26+0100\n" | ||
"PO-Revision-Date: 2013-01-07 14:16+0000\n" | ||
"Last-Translator: juanman <[email protected]>\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" | ||
|
@@ -84,19 +84,19 @@ msgstr "Se produjo un error al analizar el archivo." | |
|
||
#: ajax/loadfeed.php:52 | ||
msgid "Feed loaded!" | ||
msgstr "Fuente cargada!" | ||
msgstr "¡Fuente cargada!" | ||
|
||
#: ajax/movefeedtofolder.php:37 | ||
msgid "Error moving feed into folder." | ||
msgstr "Error al mover la fuente hacia la carpeta" | ||
msgstr "Error al mover la fuente hacia la carpeta." | ||
|
||
#: ajax/selectfromcloud.php:31 | ||
msgid "No file path was submitted." | ||
msgstr "No se presentó la ruta del archivo." | ||
|
||
#: ajax/selectfromcloud.php:38 | ||
msgid "File doesn't exist:" | ||
msgstr "El fichero no existe." | ||
msgstr "El archivo no existe:" | ||
|
||
#: ajax/selectfromcloud.php:44 | ||
msgid "Couldn't save temporary image: " | ||
|
@@ -116,7 +116,7 @@ msgstr "Error actualizando la fuente." | |
|
||
#: ajax/updatefeed.php:45 | ||
msgid "Feed updated!" | ||
msgstr "Fuentes actualizadas!" | ||
msgstr "¡Fuentes actualizadas!" | ||
|
||
#: appinfo/app.php:38 lib/search.php:21 opmlexporter.php:43 | ||
msgid "News" | ||
|
@@ -140,7 +140,7 @@ msgstr "Ninguno" | |
|
||
#: js/main.js:101 templates/main.php:17 | ||
msgid "Show only unread" | ||
msgstr "Mostrar solo no leidos" | ||
msgstr "Mostrar solo no leídos" | ||
|
||
#: js/main.js:105 templates/main.php:13 | ||
msgid "Show everything" | ||
|
@@ -181,7 +181,7 @@ msgstr "Cambiar nombre de carpeta" | |
|
||
#: js/news.js:90 | ||
msgid "URL cannot be empty." | ||
msgstr "URL no puede estar vacia" | ||
msgstr "La URL no puede estar vacía." | ||
|
||
#: js/news.js:120 js/news.js:127 templates/firstrun.php:5 | ||
msgid "Add feed" | ||
|
@@ -197,7 +197,7 @@ msgstr "Error fatal." | |
|
||
#: js/settings.js:17 | ||
msgid "No files selected." | ||
msgstr "No hay ficheros seleccionados." | ||
msgstr "No hay archivos seleccionados." | ||
|
||
#: js/settings.js:31 | ||
msgid "Importing OPML file..." | ||
|
@@ -241,7 +241,7 @@ msgstr "Ocurrió un error" | |
|
||
#: subscribe.php:32 | ||
msgid "Nice! You have subscribed to " | ||
msgstr "¡Bien! Te has suscrito a" | ||
msgstr "¡Bien! Te has suscrito a " | ||
|
||
#: subscribe.php:36 | ||
msgid "You had already subscribed to this feed!" | ||
|
@@ -273,7 +273,7 @@ msgstr "Subir" | |
|
||
#: templates/firstrun.php:13 | ||
msgid "Select file from ownCloud" | ||
msgstr "Seleccionar fichero desde ownCloud" | ||
msgstr "Seleccionar archivo desde ownCloud" | ||
|
||
#: templates/firstrun.php:13 | ||
msgid "Select" | ||
|
@@ -344,12 +344,12 @@ msgstr "Añadir" | |
|
||
#: templates/part.feeds.php:48 | ||
msgid "New articles" | ||
msgstr "Nuevo artículo" | ||
msgstr "Nuevos artículos" | ||
|
||
#: templates/part.feeds.php:51 templates/part.listfeed.php:34 | ||
#: templates/part.listfolder.php:35 | ||
msgid "Mark all read" | ||
msgstr "Marcar como leido" | ||
msgstr "Marcar como leído" | ||
|
||
#: templates/part.feeds.php:55 | ||
msgid "Starred" | ||
|
@@ -416,4 +416,4 @@ msgstr "Suscribirse" | |
msgid "" | ||
"Drag this to your browser bookmarks and click on it whenever you want to " | ||
"subscribe to a webpage quickly:" | ||
msgstr "Arrastra hacia los favoritos de tu navegador y has clic en él siempre que quiera suscribirse a una página web con rapidez:" | ||
msgstr "Arrastra hacia los favoritos de tu navegador y haz clic en él siempre que quiera suscribirse a una página web con rapidez:" |
Oops, something went wrong.