]> source.dussan.org Git - nextcloud-server.git/commitdiff
Updated l10n script, fixed translation in admin/users template
authorJakob Sack <kde@jakobsack.de>
Tue, 21 Jun 2011 14:19:30 +0000 (16:19 +0200)
committerJakob Sack <kde@jakobsack.de>
Tue, 21 Jun 2011 14:19:30 +0000 (16:19 +0200)
admin/templates/users.php
l10n/l10n.pl
l10n/templates/admin.pot
l10n/templates/core.pot
l10n/templates/help.pot
l10n/templates/log.pot
l10n/templates/settings.pot

index 0c26fd3bdf48a23f69f5a2623b38243ab6a13194..70fc8b3ab2fc20de2cb883257174cd3c7545d4a3 100644 (file)
@@ -1,4 +1,4 @@
-<h2>Users</h2>
+<h2><?php echo $l->t( 'Users' ); ?></h2>
 
 <table id="usertable">
        <thead>
index 88abc821e950c7c8cf5167b67af2d528e8243ed2..0ad33d2116bce5990ca17e6bb5b7e68ddde93a53 100644 (file)
@@ -54,16 +54,13 @@ if( $task eq 'read' ){
                pop( @temp );
                my $app = pop( @temp );
                chdir( $dir );
-               foreach my $language ( @languages ){
-                       my $output = "${whereami}/$language/$app.po";
-                       $output .= 't' if $language eq 'templates';
+               my $output = "${whereami}/templates/$app.pot";
                        
-                       if( -e $output ){
-                               `xgettext --files-from=xgettextfiles --join-existing --output="$output" --keyword=t`
-                       }
-                       else{
-                               `xgettext --files-from=xgettextfiles --output="$output" --keyword=t`
-                       }
+               if( -e $output ){
+                       `xgettext --files-from=xgettextfiles --join-existing --output="$output" --keyword=t`
+               }
+               else{
+                       `xgettext --files-from=xgettextfiles --output="$output" --keyword=t`
                }
                chdir( $whereami );
        }
index c683082b6f8ce926d49470bc29f651ac4d128108..cb01fee4d233eafc5a4aff8961dd546b39da7c39 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 22:00+0200\n"
+"POT-Creation-Date: 2011-06-21 16:19+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"
@@ -89,3 +89,7 @@ msgstr ""
 #: ../templates/users.php:109
 msgid "Do you really want to delete group"
 msgstr ""
+
+#: ../templates/users.php:1
+msgid "Users"
+msgstr ""
index ef4f80b580b3725dc17601d45f51869b6bb1e8ee..679ca60a989b14a14e91a4012a38393712a22f05 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 22:00+0200\n"
+"POT-Creation-Date: 2011-06-21 16:19+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"
index cd06f9b10ad975efe70b47f6e952a15449c776e6..43b9b26ff0c4b51fc132737ae848b0154eeb74bc 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 22:00+0200\n"
+"POT-Creation-Date: 2011-06-21 16:19+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"
index c73912a6262a50d9122706be07d296348e2a7a6d..91339d451325d84340c56287b655f09e13c52a26 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 22:00+0200\n"
+"POT-Creation-Date: 2011-06-21 16:19+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"
index 55f3298f6f9472e018aded8b039b11905c06339d..ff8029ae4656ad7a9c909c45d33edb61decd0c6e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-20 22:00+0200\n"
+"POT-Creation-Date: 2011-06-21 16:19+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"