Sprachauswahl wieder zulassen, aber Französisch deaktivieren, weil es nahezu komplett...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 2 Oct 2009 14:52:37 +0000 (16:52 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 2 Oct 2009 15:04:05 +0000 (17:04 +0200)
locale/de/all
locale/fr/LANGUAGE [deleted file]
locale/fr/LANGUAGE.deactivated [new file with mode: 0644]
templates/webpages/admin/edit_user_de.html
templates/webpages/admin/edit_user_master.html
templates/webpages/am/config_de.html
templates/webpages/am/config_master.html

index e04504e..c949004 100644 (file)
@@ -737,7 +737,6 @@ $self->{texts} = {
   'General ledger and cash'     => 'Finanzbuchhaltung und Zahlungsverkehr',
   'General ledger corrections'  => 'Korrekturen im Hauptbuch',
   'Generic Tax Report'          => 'USTVA Bericht',
-  'German'                      => 'Deutsch',
   'Given Name'                  => 'Vorname',
   'Greeting'                    => 'Anrede',
   'Greetings'                   => 'Anreden',
diff --git a/locale/fr/LANGUAGE b/locale/fr/LANGUAGE
deleted file mode 100644 (file)
index 744b2c3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-French
diff --git a/locale/fr/LANGUAGE.deactivated b/locale/fr/LANGUAGE.deactivated
new file mode 100644 (file)
index 0000000..744b2c3
--- /dev/null
@@ -0,0 +1 @@
+French
index 3dd35aa..12dcae8 100644 (file)
       <tr>
        <th align="right">Sprache</th>
        <td>
-        Deutsch
-        <input type="hidden" name="countrycode" value="de">
-<!--        <select name="countrycode">
+        <select name="countrycode">
          [% FOREACH row = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
          [% END %]
-        </select>-->
+        </select>
        </td>
       </tr>
 
index 53187ed..6b67c39 100644 (file)
       <tr>
        <th align="right"><translate>Language</translate></th>
        <td>
-        <translate>German</translate>
-        <input type="hidden" name="countrycode" value="de">
-<!--        <select name="countrycode">
+        <select name="countrycode">
          [% FOREACH row = ALL_COUNTRYCODES %]<option value="[% HTML.escape(row.value) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>
          [% END %]
-        </select>-->
+        </select>
        </td>
       </tr>
 
index fe1627e..82b4fb4 100644 (file)
      <tr>
       <th align="right">Sprache</th>
       <td>
-       Deutsch
-       <input type="hidden" name="countrycode" value="de">
-<!--       <select name="countrycode">
+       <select name="countrycode">
         [%- FOREACH row = COUNTRYCODES %]
         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
         [%- END %]
-       </select>-->
+       </select>
       </td>
      </tr>
 
index 8b1a97f..2c7faaf 100644 (file)
      <tr>
       <th align="right"><translate>Language</translate></th>
       <td>
-       <translate>German</translate>
-       <input type="hidden" name="countrycode" value="de">
-<!--       <select name="countrycode">
+       <select name="countrycode">
         [%- FOREACH row = COUNTRYCODES %]
         <option value="[% HTML.escape(row.value) %]"[% IF row.selected %] selected[% END %]>[% HTML.escape(row.name) %]</option>
         [%- END %]
-       </select>-->
+       </select>
       </td>
      </tr>