Merge branch 'master' of git://anongit.kde.org/owncloud
This commit is contained in:
commit
8543191406
|
@ -12,6 +12,7 @@ sub crawlPrograms{
|
|||
opendir( DIR, $dir );
|
||||
my @files = readdir( DIR );
|
||||
closedir( DIR );
|
||||
@files = sort( @files );
|
||||
|
||||
foreach my $i ( @files ){
|
||||
next if substr( $i, 0, 1 ) eq '.';
|
||||
|
@ -33,9 +34,11 @@ sub crawlFiles{
|
|||
opendir( DIR, $dir );
|
||||
my @files = readdir( DIR );
|
||||
closedir( DIR );
|
||||
@files = sort( @files );
|
||||
|
||||
foreach my $i ( @files ){
|
||||
next if substr( $i, 0, 1 ) eq '.';
|
||||
next if $i eq 'l10n';
|
||||
|
||||
if( -d $dir.'/'.$i ){
|
||||
push( @found, crawlFiles( $dir.'/'.$i ));
|
||||
|
|
|
@ -0,0 +1,178 @@
|
|||
# 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-26 09:23+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"
|
||||
|
||||
#: ajax/addcard.php:31 ajax/addproperty.php:31 ajax/deletebook.php:32
|
||||
#: ajax/deletecard.php:32 ajax/deleteproperty.php:34 ajax/getdetails.php:32
|
||||
#: ajax/setproperty.php:32 ajax/showaddcard.php:30 ajax/showaddproperty.php:31
|
||||
#: ajax/showsetproperty.php:32 photo.php:32
|
||||
msgid "You need to log in!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/addcard.php:37
|
||||
msgid "This is not your addressbook!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/addproperty.php:37 ajax/deletecard.php:39 ajax/deleteproperty.php:41
|
||||
#: ajax/getdetails.php:39 ajax/setproperty.php:38 ajax/showaddproperty.php:37
|
||||
#: ajax/showsetproperty.php:38 photo.php:39
|
||||
msgid "Can not find Contact!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/addproperty.php:43 ajax/deletebook.php:38 ajax/deletecard.php:45
|
||||
#: ajax/deleteproperty.php:47 ajax/getdetails.php:45 ajax/setproperty.php:44
|
||||
#: ajax/showaddproperty.php:43 ajax/showsetproperty.php:44 photo.php:45
|
||||
msgid "This is not your contact!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/deleteproperty.php:59 ajax/setproperty.php:56
|
||||
#: ajax/showsetproperty.php:56
|
||||
msgid "Information about vCard is incorrect. Please reload page!"
|
||||
msgstr ""
|
||||
|
||||
#: photo.php:85
|
||||
msgid "This card does not contain photo data!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:10
|
||||
msgid "Add Contact"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:16
|
||||
#, php-format
|
||||
msgid "The path to this addressbook is %s"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:4 templates/part.property.php:40
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:5 templates/part.property.php:29
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:6 templates/part.property.php:22
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:7
|
||||
msgid "Organization"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:17
|
||||
msgid "Work"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:18
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:20 templates/part.property.php:47
|
||||
#: templates/part.setpropertyform.php:5
|
||||
msgid "PO Box"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:21 templates/part.property.php:48
|
||||
#: templates/part.setpropertyform.php:6
|
||||
msgid "Extended Address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:22 templates/part.property.php:49
|
||||
#: templates/part.setpropertyform.php:7
|
||||
msgid "Street Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:23 templates/part.property.php:50
|
||||
#: templates/part.setpropertyform.php:8
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:24 templates/part.property.php:51
|
||||
#: templates/part.setpropertyform.php:9
|
||||
msgid "Region"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:25 templates/part.property.php:52
|
||||
#: templates/part.setpropertyform.php:10
|
||||
msgid "Postal Code"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:26 templates/part.property.php:53
|
||||
#: templates/part.setpropertyform.php:11
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:30
|
||||
msgid "tel_home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:31
|
||||
msgid "tel_cell"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:32
|
||||
msgid "tel_work"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:33
|
||||
msgid "tel_text"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:34
|
||||
msgid "tel_voice"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:35
|
||||
msgid "tel_fax"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:36
|
||||
msgid "tel_video"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.addpropertyform.php:37
|
||||
msgid "tel_pager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.details.php:33
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.details.php:34
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.property.php:3
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.property.php:9
|
||||
msgid "Birthday"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.property.php:15
|
||||
msgid "Organisation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.property.php:33
|
||||
msgid "tel_"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.property.php:43
|
||||
msgid "adr_"
|
||||
msgstr ""
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-23 11:18+0200\n"
|
||||
"POT-Creation-Date: 2011-08-26 09:23+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"
|
||||
|
@ -37,12 +37,8 @@ msgstr ""
|
|||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:4
|
||||
msgid "Login failed!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:9 templates/login.php:13
|
||||
msgid "remember"
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:20
|
||||
|
@ -98,26 +94,10 @@ msgstr ""
|
|||
msgid "Finish setup"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.guest.php:35
|
||||
msgid "gives you the freedom to control your own data on the internet"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/logout.php:1
|
||||
msgid "You are logged out."
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
@ -125,3 +105,23 @@ msgstr ""
|
|||
#: templates/layout.user.php:46 templates/layout.user.php:47
|
||||
msgid "Settings"
|
||||
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:3
|
||||
msgid "prev"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-23 11:18+0200\n"
|
||||
"POT-Creation-Date: 2011-08-26 09:23+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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-23 11:18+0200\n"
|
||||
"POT-Creation-Date: 2011-08-26 09:23+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"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-08-23 11:18+0200\n"
|
||||
"POT-Creation-Date: 2011-08-26 09:23+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"
|
||||
|
@ -33,22 +33,6 @@ msgstr ""
|
|||
msgid "Language changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:8
|
||||
msgid "Ask a question"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:17
|
||||
msgid "Problems connecting to help database."
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:18
|
||||
msgid "Go there manually."
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:26
|
||||
msgid "Answer"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:8
|
||||
msgid "Add your application"
|
||||
msgstr ""
|
||||
|
@ -65,6 +49,22 @@ msgstr ""
|
|||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:8
|
||||
msgid "Ask a question"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:17
|
||||
msgid "Problems connecting to help database."
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:18
|
||||
msgid "Go there manually."
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:26
|
||||
msgid "Answer"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:8
|
||||
msgid "You use"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue