parent
32be4746f8
commit
9059b55979
@ -0,0 +1,6 @@ |
||||
../appinfo/app.php |
||||
../templates/music.php |
||||
../js/scanner.js |
||||
../js/collection.js |
||||
../js/music.js |
||||
../js/playlist.js |
@ -0,0 +1,8 @@ |
||||
../templates/404.php |
||||
../templates/installation.php |
||||
../templates/layout.guest.php |
||||
../templates/login.php |
||||
../templates/logout.php |
||||
../templates/part.pagenavi.php |
||||
../templates/part.searchbox.php |
||||
../../lib/app.php |
@ -1,7 +1,9 @@ |
||||
<?php |
||||
|
||||
$l=new OC_L10N('files'); |
||||
|
||||
OC_App::register( array( "order" => 2, "id" => "files", "name" => "Files" )); |
||||
|
||||
OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 1, "href" => OC_Helper::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "files", "home.png" ), "name" => "Files" )); |
||||
OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 1, "href" => OC_Helper::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "files", "home.png" ), "name" => $l->t("Files") )); |
||||
|
||||
?> |
||||
|
@ -0,0 +1,5 @@ |
||||
../appinfo/app.php |
||||
../templates/index.php |
||||
../templates/part.list.php |
||||
../js/filelist.js |
||||
../js/files.js |
@ -0,0 +1,58 @@ |
||||
# 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-08-09 17:52+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/app.php:17 |
||||
msgid "read more" |
||||
msgstr "" |
||||
|
||||
#: ../templates/app.php:19 |
||||
msgid "Install" |
||||
msgstr "" |
||||
|
||||
#: ../templates/app_noconn.php:1 |
||||
msgid "Cannot connect to apps repository" |
||||
msgstr "" |
||||
|
||||
#: ../templates/apps.php:5 ../templates/users.php:3 ../templates/users.php:7 |
||||
msgid "Name" |
||||
msgstr "" |
||||
|
||||
#: ../templates/apps.php:6 |
||||
msgid "Modified" |
||||
msgstr "" |
||||
|
||||
#: ../templates/system.php:1 |
||||
msgid "System Settings" |
||||
msgstr "" |
||||
|
||||
#: ../templates/users.php:4 ../templates/users.php:14 |
||||
msgid "Create" |
||||
msgstr "" |
||||
|
||||
#: ../templates/users.php:8 |
||||
msgid "Password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/users.php:9 |
||||
msgid "Groups" |
||||
msgstr "" |
||||
|
||||
#: ../templates/users.php:33 |
||||
msgid "Remove" |
||||
msgstr "" |
@ -0,0 +1,136 @@ |
||||
# 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-08-09 17:52+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:12 |
||||
msgid "Cloud not found" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:20 |
||||
msgid "Create an <strong>admin account</strong>" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:21 |
||||
msgid "Username" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:22 |
||||
msgid "Password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:27 |
||||
msgid "Configure the database" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:31 |
||||
msgid "SQLite will be used." |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:34 |
||||
msgid "SQLite" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:41 |
||||
msgid "MySQL will be used." |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:50 |
||||
msgid "PostgreSQL will be used." |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:59 |
||||
msgid "Database user" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:60 |
||||
msgid "Database password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:61 |
||||
msgid "Database name" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:62 |
||||
msgid "Host" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:63 |
||||
msgid "Table prefix" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:70 |
||||
msgid "Advanced" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:73 |
||||
msgid "Set data folder" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:74 |
||||
msgid "Data folder" |
||||
msgstr "" |
||||
|
||||
#: ../templates/installation.php:77 |
||||
msgid "Finish setup" |
||||
msgstr "" |
||||
|
||||
#: ../templates/layout.guest.php:38 |
||||
msgid "" |
||||
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs " |
||||
"on your own server.</p>" |
||||
msgstr "" |
||||
|
||||
#: ../templates/login.php:4 |
||||
msgid "Login failed!" |
||||
msgstr "" |
||||
|
||||
#: ../templates/login.php:9 ../templates/login.php:13 |
||||
msgid "remember" |
||||
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 "" |
||||
|
||||
#: ../../lib/app.php:204 |
||||
msgid "Users" |
||||
msgstr "" |
||||
|
||||
#: ../../lib/app.php:205 |
||||
msgid "Apps" |
||||
msgstr "" |
||||
|
||||
#: ../../lib/app.php:206 |
||||
msgid "Files" |
||||
msgstr "" |
||||
|
||||
#: ../../lib/app.php:209 |
||||
msgid "Help" |
||||
msgstr "" |
||||
|
||||
#: ../../lib/app.php:210 |
||||
msgid "Personal" |
||||
msgstr "" |
@ -0,0 +1,64 @@ |
||||
# 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-08-09 17:52+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" |
||||
|
||||
#: ../appinfo/app.php:7 |
||||
msgid "Files" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:11 |
||||
msgid "Upload" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:17 |
||||
msgid "New Folder" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:30 |
||||
msgid "Name" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:32 |
||||
msgid "Download" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:36 |
||||
msgid "Size MB" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:37 |
||||
msgid "Modified" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:37 |
||||
msgid "Delete" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:45 |
||||
msgid "Upload too large" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:47 |
||||
msgid "" |
||||
"The files you are trying to upload exceed the maximum size for file uploads " |
||||
"on this server." |
||||
msgstr "" |
||||
|
||||
#: ../templates/part.list.php:1 |
||||
msgid "Nothing in here. Upload something!" |
||||
msgstr "" |
@ -0,0 +1,22 @@ |
||||
# 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-08-09 17:52+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/index.php:21 |
||||
msgid "Ask a question" |
||||
msgstr "" |
@ -0,0 +1,86 @@ |
||||
# 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-08-09 17:52+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/index.php:3 |
||||
msgid "Account information" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "You're currently using" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "of your" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:5 |
||||
msgid "space" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:11 ../templates/index.php:17 |
||||
msgid "Change Password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:12 |
||||
msgid "Your password got changed" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:14 |
||||
msgid "Old password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:15 |
||||
msgid "New password" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:16 |
||||
msgid "show" |
||||
msgstr "" |
||||
|
||||
#: ../templates/index.php:23 |
||||
msgid "Language" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13 |
||||
msgid "Authentication error" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/changepassword.php:19 |
||||
msgid "You have to enter the old and the new password!" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/changepassword.php:25 |
||||
msgid "Your old password is wrong!" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/changepassword.php:31 |
||||
msgid "Password changed" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/changepassword.php:34 |
||||
msgid "Unable to change password" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/setlanguage.php:21 |
||||
msgid "Language changed" |
||||
msgstr "" |
||||
|
||||
#: ../ajax/setlanguage.php:23 |
||||
msgid "Invalid request" |
||||
msgstr "" |
Loading…
Reference in new issue