From 61993419ecc16a7aa7046186e29e1dc92cf71cb7 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Mon, 20 Jun 2011 21:54:21 +0200 Subject: New i18n-structure --- core/l10n/de.po | 120 --------------------------------------------- core/l10n/javascript.php | 34 ------------- core/l10n/messages.pot | 120 --------------------------------------------- core/l10n/nl.po | 125 ----------------------------------------------- 4 files changed, 399 deletions(-) delete mode 100644 core/l10n/de.po delete mode 100644 core/l10n/javascript.php delete mode 100644 core/l10n/messages.pot delete mode 100644 core/l10n/nl.po (limited to 'core/l10n') diff --git a/core/l10n/de.po b/core/l10n/de.po deleted file mode 100644 index 19b12ca4aac..00000000000 --- a/core/l10n/de.po +++ /dev/null @@ -1,120 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 23:27+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../templates/404.php:15 -msgid "Error 404, Cloud not found" -msgstr "" - -#: ../templates/installation.php:6 -msgid "Welcome to ownCloud, your personnal cloud." -msgstr "" - -#: ../templates/installation.php:7 -msgid "To finish the installation, please follow the steps below." -msgstr "" - -#: ../templates/installation.php:26 -msgid "Create an admin account." -msgstr "" - -#: ../templates/installation.php:27 -msgid "Login:" -msgstr "Benutzername:" - -#: ../templates/installation.php:28 -msgid "Password:" -msgstr "Passwort:" - -#: ../templates/installation.php:31 -msgid "Advanced" -msgstr "Erweitert" - -#: ../templates/installation.php:34 -msgid "Set where to store the data." -msgstr "Speicherort der Daten" - -#: ../templates/installation.php:35 -msgid "Data directory:" -msgstr "" - -#: ../templates/installation.php:39 -msgid "Configure your database." -msgstr "" - -#: ../templates/installation.php:43 -msgid "I will use a SQLite database. You have nothing to do!" -msgstr "" - -#: ../templates/installation.php:46 -msgid "SQLite" -msgstr "" - -#: ../templates/installation.php:53 -msgid "I will use a MySQL database." -msgstr "" - -#: ../templates/installation.php:59 -msgid "Host:" -msgstr "" - -#: ../templates/installation.php:60 -msgid "Database name:" -msgstr "" - -#: ../templates/installation.php:61 -msgid "Table prefix:" -msgstr "" - -#: ../templates/installation.php:62 -msgid "MySQL user login:" -msgstr "" - -#: ../templates/installation.php:63 -msgid "MySQL user password:" -msgstr "" - -#: ../templates/layout.guest.php:17 ../templates/layout.guest.php:20 -msgid "" -"ownCloud is a personal cloud which runs " -"on your own server.

" -msgstr "" - -#: ../templates/login.php:6 -msgid "Login failed!" -msgstr "Anmeldung Fehlgeschlagen!" - -#: ../templates/logout.php:1 -msgid "You are logged out." -msgstr "Sie wurden abgemeldet." - -#: ../templates/part.pagenavi.php:6 -msgid "prev" -msgstr "zurück" - -#: ../templates/part.pagenavi.php:26 -msgid "next" -msgstr "weiter" - -#: ../templates/part.searchbox.php:3 -msgid "Search" -msgstr "Suchen" - -#: ../templates/installation.php:68 -msgid "Finish setup" -msgstr "" diff --git a/core/l10n/javascript.php b/core/l10n/javascript.php deleted file mode 100644 index a1e84487f63..00000000000 --- a/core/l10n/javascript.php +++ /dev/null @@ -1,34 +0,0 @@ -. -* -*/ - -// Init owncloud -require_once('../lib/base.php'); - -$app = $_POST["app"]; - -// We send json data -header( "Content-Type: application/jsonrequest" ); -$l = new OC_L10N( $app ); - -echo json_encode( array( 'status' => 'success', 'data' => $l->getTranslations())); -?> diff --git a/core/l10n/messages.pot b/core/l10n/messages.pot deleted file mode 100644 index 591a1c724e3..00000000000 --- a/core/l10n/messages.pot +++ /dev/null @@ -1,120 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 23:27+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../templates/404.php:15 -msgid "Error 404, Cloud not found" -msgstr "" - -#: ../templates/installation.php:6 -msgid "Welcome to ownCloud, your personnal cloud." -msgstr "" - -#: ../templates/installation.php:7 -msgid "To finish the installation, please follow the steps below." -msgstr "" - -#: ../templates/installation.php:26 -msgid "Create an admin account." -msgstr "" - -#: ../templates/installation.php:27 -msgid "Login:" -msgstr "" - -#: ../templates/installation.php:28 -msgid "Password:" -msgstr "" - -#: ../templates/installation.php:31 -msgid "Advanced" -msgstr "" - -#: ../templates/installation.php:34 -msgid "Set where to store the data." -msgstr "" - -#: ../templates/installation.php:35 -msgid "Data directory:" -msgstr "" - -#: ../templates/installation.php:39 -msgid "Configure your database." -msgstr "" - -#: ../templates/installation.php:43 -msgid "I will use a SQLite database. You have nothing to do!" -msgstr "" - -#: ../templates/installation.php:46 -msgid "SQLite" -msgstr "" - -#: ../templates/installation.php:53 -msgid "I will use a MySQL database." -msgstr "" - -#: ../templates/installation.php:59 -msgid "Host:" -msgstr "" - -#: ../templates/installation.php:60 -msgid "Database name:" -msgstr "" - -#: ../templates/installation.php:61 -msgid "Table prefix:" -msgstr "" - -#: ../templates/installation.php:62 -msgid "MySQL user login:" -msgstr "" - -#: ../templates/installation.php:63 -msgid "MySQL user password:" -msgstr "" - -#: ../templates/installation.php:68 -msgid "Finish setup" -msgstr "" - -#: ../templates/layout.guest.php:20 -msgid "" -"ownCloud is a personal cloud which runs " -"on your own server.

" -msgstr "" - -#: ../templates/login.php:6 -msgid "Login failed!" -msgstr "" - -#: ../templates/logout.php:1 -msgid "You are logged out." -msgstr "" - -#: ../templates/part.pagenavi.php:6 -msgid "prev" -msgstr "" - -#: ../templates/part.pagenavi.php:26 -msgid "next" -msgstr "" - -#: ../templates/part.searchbox.php:3 -msgid "Search" -msgstr "" diff --git a/core/l10n/nl.po b/core/l10n/nl.po deleted file mode 100644 index 7a819e81dd8..00000000000 --- a/core/l10n/nl.po +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Robin Appelman , 2011. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 23:27+0200\n" -"PO-Revision-Date: 2011-06-20 14:19+0200\n" -"Last-Translator: Robin Appelman \n" -"Language-Team: American English \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../templates/404.php:15 -msgid "Error 404, Cloud not found" -msgstr "Fout 404, Cloud niet gevonden." - -#: ../templates/installation.php:6 -msgid "Welcome to ownCloud, your personnal cloud." -msgstr "Welkom by ownCloud, jouw persoonlijke cloud" - -#: ../templates/installation.php:7 -msgid "To finish the installation, please follow the steps below." -msgstr "Volg de volgende stappen om de instalatie af te ronden." - -#: ../templates/installation.php:26 -msgid "Create an admin account." -msgstr "Maak een administrator account. aan" - -#: ../templates/installation.php:27 -msgid "Login:" -msgstr "Gebruikersnaam:" - -#: ../templates/installation.php:28 -msgid "Password:" -msgstr "Wachtwoord:" - -#: ../templates/installation.php:31 -msgid "Advanced" -msgstr "Geavanceerd" - -#: ../templates/installation.php:34 -msgid "Set where to store the data." -msgstr "Bepaal waar de gegevens opgeslagen moeten woorden." - -#: ../templates/installation.php:35 -msgid "Data directory:" -msgstr "Gegevens map:" - -#: ../templates/installation.php:39 -msgid "Configure your database." -msgstr "Stel de database in." - -#: ../templates/installation.php:43 -msgid "I will use a SQLite database. You have nothing to do!" -msgstr "" -"Er zan een SQLite database gebruikt woorden, je hoeft niks in te stellen." - -#: ../templates/installation.php:46 -msgid "SQLite" -msgstr "SQLite" - -#: ../templates/installation.php:53 -msgid "I will use a MySQL database." -msgstr "Er zal een MySQL database gebruikt woorden." - -#: ../templates/installation.php:59 -msgid "Host:" -msgstr "Host:" - -#: ../templates/installation.php:60 -msgid "Database name:" -msgstr "Database naam:" - -#: ../templates/installation.php:61 -msgid "Table prefix:" -msgstr "Voorvoegsel voor tabelnaamen:" - -#: ../templates/installation.php:62 -msgid "MySQL user login:" -msgstr "MySQL gebruikers naam." - -#: ../templates/installation.php:63 -msgid "MySQL user password:" -msgstr "MySQL wachtwoord" - -#: ../templates/installation.php:68 -msgid "Finish setup" -msgstr "Instalatie afronden" - -#: ../templates/layout.guest.php:20 -msgid "" -"ownCloud is a personal cloud which runs " -"on your own server.

" -msgstr "" -"ownCloud is een persoonlijke cloud die " -"op je eigen server draait.

" - -#: ../templates/login.php:6 -msgid "Login failed!" -msgstr "Aanmelden mislukt." - -#: ../templates/logout.php:1 -msgid "You are logged out." -msgstr "Je bent afgemend." - -#: ../templates/part.pagenavi.php:6 -msgid "prev" -msgstr "vorige" - -#: ../templates/part.pagenavi.php:26 -msgid "next" -msgstr "volgende" - -#: ../templates/part.searchbox.php:3 -msgid "Search" -msgstr "Zoeken" - - -- cgit v1.2.3