summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-20 20:29:30 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-20 20:29:30 +0200
commit91c37bbb7642b996e4c386b3033cca02831371ef (patch)
tree96984269f6851e9208e26c9533c5ce4e045396c5 /core/l10n
parent272fc252fb71422db2101a76fc541f20924808cd (diff)
downloadnextcloud-server-91c37bbb7642b996e4c386b3033cca02831371ef.tar.gz
nextcloud-server-91c37bbb7642b996e4c386b3033cca02831371ef.zip
moved core stuff to /core
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/de.php11
-rw-r--r--core/l10n/de.po120
-rw-r--r--core/l10n/javascript.php34
-rw-r--r--core/l10n/l10n-de.php5
-rw-r--r--core/l10n/messages.pot120
-rw-r--r--core/l10n/nl.php27
-rw-r--r--core/l10n/nl.po125
-rw-r--r--core/l10n/xgettextfiles7
8 files changed, 449 insertions, 0 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php
new file mode 100644
index 00000000000..fb00345e69d
--- /dev/null
+++ b/core/l10n/de.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"You are logged out." => "Sie wurden abgemeldet.",
+"Set where to store the data." => "Speicherort der Daten",
+"Advanced" => "Erweitert",
+"prev" => "zurück",
+"Login:" => "Benutzername:",
+"Login failed!" => "Anmeldung Fehlgeschlagen!",
+"next" => "weiter",
+"Password:" => "Passwort:",
+"Search" => "Suchen"
+);
diff --git a/core/l10n/de.po b/core/l10n/de.po
new file mode 100644
index 00000000000..19b12ca4aac
--- /dev/null
+++ b/core/l10n/de.po
@@ -0,0 +1,120 @@
+# 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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\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 <strong>ownCloud</strong>, 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 <strong>admin account.</strong>"
+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 ""
+"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs "
+"on your own server.</p>"
+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
new file mode 100644
index 00000000000..a1e84487f63
--- /dev/null
+++ b/core/l10n/javascript.php
@@ -0,0 +1,34 @@
+<?php
+
+/**
+* ownCloud - ajax frontend
+*
+* @author Jakob Sack
+* @copyright 2011 Jakob Sack kde@jakobsack.de
+*
+* This library is free software; you can redistribute it and/or
+* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
+* License as published by the Free Software Foundation; either
+* version 3 of the License, or any later version.
+*
+* This library is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+*
+* You should have received a copy of the GNU Affero General Public
+* License along with this library. If not, see <http://www.gnu.org/licenses/>.
+*
+*/
+
+// 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/l10n-de.php b/core/l10n/l10n-de.php
new file mode 100644
index 00000000000..f3084b05df8
--- /dev/null
+++ b/core/l10n/l10n-de.php
@@ -0,0 +1,5 @@
+<?php
+$LOCALIZATIONS = array(
+ 'date' => 'd.m.Y',
+ 'datetime' => 'd.m.Y H:i:s',
+ 'time' => 'H:i:s' );
diff --git a/core/l10n/messages.pot b/core/l10n/messages.pot
new file mode 100644
index 00000000000..591a1c724e3
--- /dev/null
+++ b/core/l10n/messages.pot
@@ -0,0 +1,120 @@
+# 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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\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 <strong>ownCloud</strong>, 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 <strong>admin account.</strong>"
+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 ""
+"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs "
+"on your own server.</p>"
+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.php b/core/l10n/nl.php
new file mode 100644
index 00000000000..712444c8006
--- /dev/null
+++ b/core/l10n/nl.php
@@ -0,0 +1,27 @@
+<?php $TRANSLATIONS = array(
+"Create an <strong>admin account.</strong>" => "Maak een <strong>administrator account.</strong> aan",
+"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Welkom by <strong>ownCloud</strong>, jouw persoonlijke cloud",
+"You are logged out." => "Je bent afgemend.",
+"MySQL user password:" => "MySQL wachtwoord",
+"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
+"Database name:" => "Database naam:",
+"Set where to store the data." => "Bepaal waar de gegevens opgeslagen moeten woorden.",
+"Advanced" => "Geavanceerd",
+"To finish the installation, please follow the steps below." => "Volg de volgende stappen om de instalatie af te ronden.",
+"Host:" => "Host:",
+"Table prefix:" => "Voorvoegsel voor tabelnaamen:",
+"prev" => "vorige",
+"Login:" => "Gebruikersnaam:",
+"Login failed!" => "Aanmelden mislukt.",
+"I will use a MySQL database." => "Er zal een MySQL database gebruikt woorden.",
+"next" => "volgende",
+"Password:" => "Wachtwoord:",
+"SQLite" => "SQLite",
+"MySQL user login:" => "MySQL gebruikers naam.",
+"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die op je eigen server draait.</p>",
+"Search" => "Zoeken",
+"Data directory:" => "Gegevens map:",
+"Finish setup" => "Instalatie afronden",
+"Configure your database." => "Stel de database in.",
+"I will use a SQLite database. You have nothing to do!" => "Er zan een SQLite database gebruikt woorden, je hoeft niks in te stellen."
+);
diff --git a/core/l10n/nl.po b/core/l10n/nl.po
new file mode 100644
index 00000000000..7a819e81dd8
--- /dev/null
+++ b/core/l10n/nl.po
@@ -0,0 +1,125 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Robin Appelman <icewind1991@gmail.com>, 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 <icewind1991@gmail.com>\n"
+"Language-Team: American English <kde-i18n-doc@kde.org>\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 <strong>ownCloud</strong>, your personnal cloud."
+msgstr "Welkom by <strong>ownCloud</strong>, 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 <strong>admin account.</strong>"
+msgstr "Maak een <strong>administrator account.</strong> 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 ""
+"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs "
+"on your own server.</p>"
+msgstr ""
+"<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die "
+"op je eigen server draait.</p>"
+
+#: ../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"
+
+
diff --git a/core/l10n/xgettextfiles b/core/l10n/xgettextfiles
new file mode 100644
index 00000000000..b5d83a880d4
--- /dev/null
+++ b/core/l10n/xgettextfiles
@@ -0,0 +1,7 @@
+../templates/404.php
+../templates/installation.php
+../templates/layout.guest.php
+../templates/login.php
+../templates/logout.php
+../templates/part.pagenavi.php
+../templates/part.searchbox.php