SOURCES: horde-branch.diff (NEW) 1131 unpack ~/rpm/SOURCES/hord...

glen glen at pld-linux.org
Thu Jan 12 23:19:50 CET 2006


Author: glen                         Date: Thu Jan 12 22:19:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:

 1131  unpack ~/rpm/SOURCES/horde-3.1-rc1.tar.gz
 1132  unpack ~/rpm/SOURCES/horde-FRAMEWORK_3-2006-01-12.tar.gz
 1145  rm -rf horde-3.1-rc1/lib/{[A-SU-Z]*.php,[C-Z]*/}
 1146  dif horde-3.1-rc1 horde-FRAMEWORK_3/ -Nur>horde-branch.diff

---- Files affected:
SOURCES:
   horde-branch.diff (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/horde-branch.diff
diff -u /dev/null SOURCES/horde-branch.diff:1.1
--- /dev/null	Thu Jan 12 23:19:50 2006
+++ SOURCES/horde-branch.diff	Thu Jan 12 23:19:45 2006
@@ -0,0 +1,27883 @@
+diff -ur -Nur horde-3.1-rc1/.cvsignore horde-FRAMEWORK_3/.cvsignore
+--- horde-3.1-rc1/.cvsignore	1970-01-01 03:00:00.000000000 +0300
++++ horde-FRAMEWORK_3/.cvsignore	2004-03-19 21:00:44.000000000 +0200
+@@ -0,0 +1 @@
++libs
+diff -ur -Nur horde-3.1-rc1/config/.cvsignore horde-FRAMEWORK_3/config/.cvsignore
+--- horde-3.1-rc1/config/.cvsignore	1970-01-01 03:00:00.000000000 +0300
++++ horde-FRAMEWORK_3/config/.cvsignore	2005-06-23 01:40:19.000000000 +0300
+@@ -0,0 +1,8 @@
++conf.php
++conf.php.bak
++hooks.php
++mime_drivers.php
++motd.php
++nls.php
++registry.php
++prefs.php
+diff -ur -Nur horde-3.1-rc1/config/conf.xml horde-FRAMEWORK_3/config/conf.xml
+--- horde-3.1-rc1/config/conf.xml	2005-12-11 19:22:36.000000000 +0200
++++ horde-FRAMEWORK_3/config/conf.xml	2006-01-10 19:27:15.000000000 +0200
+@@ -1,5 +1,5 @@
+ <?xml version="1.0"?>
+-<!-- $Horde: horde/config/conf.xml,v 1.74.2.24 2005/12/11 17:22:36 chuck Exp $ -->
++<!-- $Horde: horde/config/conf.xml,v 1.74.2.25 2006/01/10 17:27:15 jan Exp $ -->
+ <configuration>
+  <configtab name="general" desc="General">
+   <configheader>General Horde Settings</configheader>
+@@ -1113,7 +1113,8 @@
+     <configboolean name="help_about" desc="Should we display the about link in
+     the help menu?">true</configboolean>
+     <configenum name="options" desc="Should we display options links in the
+-    menu?">authenticated
++    menu? You still need to configure a preference backend in the
++    &quot;Preference System&quot; section.">authenticated
+      <values>
+       <value desc="All users">all</value>
+       <value desc="Authenticated users">authenticated</value>
+diff -ur -Nur horde-3.1-rc1/docs/CHANGES horde-FRAMEWORK_3/docs/CHANGES
+--- horde-3.1-rc1/docs/CHANGES	2005-12-28 16:25:07.000000000 +0200
++++ horde-FRAMEWORK_3/docs/CHANGES	2006-01-12 03:12:32.000000000 +0200
+@@ -1,3 +1,16 @@
++----
++v3.1
++----
++
++[jan] Correctly encode email group names (Bug #3234).
++[cjh] Add a display method for hourMinuteSecond form fields (Bug #3165).
++[cjh] Horde's preferences now are referred to as Global Options so the user
++      doesn't need to know what Horde is, and always appear at the top of
++      lists of apps for which preferences are available.
++[cjh] Applications which do not have a config/prefs.php file no longer
++      appear in lists of applications to set options for to avoid confusion.
++
++
+ --------
+ v3.1-RC1
+ --------
+diff -ur -Nur horde-3.1-rc1/docs/UPGRADING horde-FRAMEWORK_3/docs/UPGRADING
+--- horde-3.1-rc1/docs/UPGRADING	2005-10-18 14:33:38.000000000 +0300
++++ horde-FRAMEWORK_3/docs/UPGRADING	2006-01-06 12:16:50.000000000 +0200
+@@ -1,19 +1,23 @@
+-========================
+- Upgrading to Horde 3.1
+-========================
++=================
++ Upgrading Horde
++=================
+ 
+-:Last update:   $Date$
+-:Revision:      $Revision$
++:Last update:   $Date$
++:Revision:      $Revision$
+ :Contact:       horde at lists.horde.org
+ 
+ 
+-These are instructions to upgrade from Horde 3.0.x to Horde 3.1.  Please
+-backup your existing data before running any of the steps described below.
+-You can't use the updated data with your old Horde version anymore.
++These are instructions to upgrade from earlier Horde versions. Please backup
++your existing data before running any of the steps described below. You can't
++use the updated data with your old Horde version anymore.
++
++
++Upgrading Horde from 3.0.x to 3.1.x
++===================================
+ 
+ 
+ SQL Backends
+-============
++------------
+ 
+ A few new tables have been added to Horde.
+ 
+@@ -23,7 +27,54 @@
+ 
+ 
+ Groups
+-======
++------
+ 
+ The Horde_Group API uses group IDs instead of group names to avoid ambiguity.
+ Be sure to update any custom code that uses Horde_Group.
++
++
++History
++-------
++
++The Horde_History storage has been moved out to a separate database table to
++drastically improve performance.
++
++.. Warning:: Migration of the Horde_History data may take a very long time,
++             possibly days, depending on the number of entries.  Be sure to
++             execute this script from a location where it will not be timed
++             out by firewall or terminal timeouts.
++
++Execute the provided PHP script to migrate your histories to the new table::
++
++   php scripts/upgrades/move_history_out_of_datatree.php
++
++
++
++Upgrading Horde from 2.x to 3.0.x
++=================================
++
++
++Configuration files
++-------------------
++
++The configuration files have been changed to XML format.  To generate a valid
++configuration file from the XML file, follow the configuration instructions
++in the applications' ``docs/INSTALL`` file.
++
++
++Preferences
++-----------
++
++The ``last_login`` and ``date_format`` preferences have changed their format
++and/or scope.  Just remove all ``last_login`` and ``date_format`` preferences
++from the preferences backend.
++
++
++SQL Backends
++------------
++
++A few new tables have been added to Horde.
++
++Execute the provided SQL script to update your data to the new Horde version::
++
++   mysql --user=root --password=<MySQL-root-password> <db name> < scripts/upgrades/2.2_to_3.0.mysql.sql
+diff -ur -Nur horde-3.1-rc1/lib/Block/weatherdotcom_strings.php horde-FRAMEWORK_3/lib/Block/weatherdotcom_strings.php
+--- horde-3.1-rc1/lib/Block/weatherdotcom_strings.php	2005-10-18 14:33:39.000000000 +0300
++++ horde-FRAMEWORK_3/lib/Block/weatherdotcom_strings.php	2006-01-10 19:25:12.000000000 +0200
+@@ -3,7 +3,7 @@
+  * Possible strings from weather.com, just to have them in the source for
+  * localization reasons.
+  *
+- * $Horde: horde/lib/Block/weatherdotcom_strings.php,v 1.1.2.3 2005/10/18 11:33:39 jan Exp $
++ * $Horde: horde/lib/Block/weatherdotcom_strings.php,v 1.1.2.4 2006/01/10 17:25:12 jan Exp $
+  */
+ 
+ _("AM Clouds");
+@@ -35,6 +35,7 @@
+ _("Mostly Sunny");
+ _("Partly Cloudy");
+ _("PM Light Rain");
++_("PM Rain");
+ _("PM Showers");
+ _("PM Snow");
+ _("PM Snow Showers");
+diff -ur -Nur horde-3.1-rc1/lib/core.php horde-FRAMEWORK_3/lib/core.php
+--- horde-3.1-rc1/lib/core.php	2006-01-04 23:06:55.000000000 +0200
++++ horde-FRAMEWORK_3/lib/core.php	2006-01-07 18:40:28.000000000 +0200
+@@ -5,7 +5,7 @@
+  * This file sets up any necessary include path variables and includes
+  * the minimum required Horde libraries.
+  *
+- * $Horde: horde/lib/core.php,v 1.26.6.5 2006/01/01 21:29:05 jan Exp $
++ * $Horde: horde/lib/core.php,v 1.26.6.7 2006/01/07 16:40:28 chuck Exp $
+  *
+  * Copyright 1999-2006 Chuck Hagenbuch <chuck at horde.org>
+  *
+@@ -39,7 +39,7 @@
+ /* If the Horde Framework packages are not installed in PHP's global
+  * include_path, you must add an ini_set() call here to add their location to
+  * the include_path. */
+-ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
++// ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
+ 
+ /* PEAR base class. */
+ include_once 'PEAR.php';
+diff -ur -Nur horde-3.1-rc1/lib/version.php horde-FRAMEWORK_3/lib/version.php
+--- horde-3.1-rc1/lib/version.php	2006-01-04 23:06:55.000000000 +0200
++++ horde-FRAMEWORK_3/lib/version.php	2006-01-04 23:19:44.000000000 +0200
+@@ -1 +1 @@
+-<?php define('HORDE_VERSION', '3.1-RC1') ?>
++<?php define('HORDE_VERSION', '3.1-cvs') ?>
+Files horde-3.1-rc1/locale/fi_FI/LC_MESSAGES/horde.mo and horde-FRAMEWORK_3/locale/fi_FI/LC_MESSAGES/horde.mo differ
+Files horde-3.1-rc1/locale/fr_FR/LC_MESSAGES/horde.mo and horde-FRAMEWORK_3/locale/fr_FR/LC_MESSAGES/horde.mo differ
+Files horde-3.1-rc1/locale/zh_TW/LC_MESSAGES/horde.mo and horde-FRAMEWORK_3/locale/zh_TW/LC_MESSAGES/horde.mo differ
+diff -ur -Nur horde-3.1-rc1/po/.cvsignore horde-FRAMEWORK_3/po/.cvsignore
+--- horde-3.1-rc1/po/.cvsignore	1970-01-01 03:00:00.000000000 +0300
++++ horde-FRAMEWORK_3/po/.cvsignore	2002-08-02 03:42:00.000000000 +0300
+@@ -0,0 +1,2 @@
++messages.po
++compendium.po
+diff -ur -Nur horde-3.1-rc1/po/fi_FI.po horde-FRAMEWORK_3/po/fi_FI.po
+--- horde-3.1-rc1/po/fi_FI.po	2005-10-18 17:08:02.000000000 +0300
++++ horde-FRAMEWORK_3/po/fi_FI.po	2006-01-08 16:46:28.000000000 +0200
+@@ -1,103 +1,103 @@
+ # Finnish translation for Horde.
+ # Copyright (C)
+-# Leena Heino <liinu at uta.fi>, 2001-2004.
++# Leena Heino <liinu at uta.fi>, 2001-2006.
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: Horde 3.0-cvs\n"
++"Project-Id-Version: Horde 3.1-cvs\n"
+ "Report-Msgid-Bugs-To: dev at lists.horde.org\n"
+-"POT-Creation-Date: 2005-10-18 15:12+0200\n"
+-"PO-Revision-Date: 2004-12-10 12:59+0200\n"
++"POT-Creation-Date: 2006-01-07 21:03+0200\n"
++"PO-Revision-Date: 2006-01-07 12:59+0200\n"
+ "Last-Translator: Leena Heino <liinu at uta.fi>\n"
+ "Language-Team: Finnish <i18n at lists.horde.org>\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=iso-8859-1\n"
+ "Content-Transfer-Encoding: 8-bit\n"
+ 
+-#: framework/Form/Form.php:2369
++#: framework/Form/Form.php:2373
+ #, php-format
+ msgid " (%s days ago)"
+ msgstr " (%s päivää sitten)"
+ 
+-#: framework/Horde/Horde.php:1370
++#: framework/Horde/Horde.php:1374
+ #, php-format
+ msgid " (Accesskey %s)"
+ msgstr " (Pikanäppäin %s)"
+ 
+-#: framework/Form/Form.php:2377
++#: framework/Form/Form.php:2381
+ #, php-format
+ msgid " (in %s days)"
+ msgstr " (%s päivässä)"
+ 
+-#: framework/Form/Form.php:2373
++#: framework/Form/Form.php:2377
+ msgid " (today)"
+ msgstr " (tänään)"
+ 
+-#: framework/Form/Form.php:2375
++#: framework/Form/Form.php:2379
+ msgid " (tomorrow)"
+ msgstr " (huomenna)"
+ 
+-#: framework/Form/Form.php:2371
++#: framework/Form/Form.php:2375
+ msgid " (yesterday)"
+ msgstr " (eilen)"
+ 
+-#: lib/Block/weatherdotcom.php:256 lib/Block/weatherdotcom.php:361
+-#: lib/Block/weatherdotcom.php:407
++#: lib/Block/weatherdotcom.php:245 lib/Block/weatherdotcom.php:350
++#: lib/Block/weatherdotcom.php:396
+ msgid " at "
+ msgstr " "
+ 
+-#: framework/VFS/VFS/smb.php:215
+-#, fuzzy, php-format
++#: framework/VFS/VFS/smb.php:219
++#, php-format
+ msgid "\"%s\" is not a directory."
+-msgstr "Ei ole hakemisto"
++msgstr "\"%s\" ei ole hakemisto"
+ 
+ #: framework/CLI/CLI.php:272
+-#, fuzzy, php-format
++#, php-format
+ msgid "\"%s\" is not a valid choice."
+-msgstr "'%s' ei kelpaa valinnaksi."
++msgstr "\"%s\" ei kelpaa valinnaksi."
+ 
+-#: framework/Horde/Horde/Registry.php:659
+-#: framework/Horde/Horde/Registry.php:1042
+-#, fuzzy, php-format
++#: framework/Horde/Horde/Registry.php:652
++#: framework/Horde/Horde/Registry.php:1040
++#, php-format
+ msgid "\"%s\" is not configured in the Horde Registry."
+-msgstr "'%s' ei ole asennettu Horden rekisterissä."
++msgstr "\"%s\" ei ole asennettu Horden rekisterissä."
+ 
+ #: framework/Tree/Tree.php:171
+-#, fuzzy, php-format
++#, php-format
+ msgid "\"%s\" tree renderer not found."
+-msgstr "'%s' puiden kuvaajaa ei löytynyt."
++msgstr "\"%s\" puiden kuvaajaa ei löytynyt."
+ 
+ #: admin/groups.php:56
+-#, fuzzy, php-format
++#, php-format
+ msgid "\"%s\" was added to the groups system."
+-msgstr "'%s' lisättiin ryhmäjärjestelmään."
++msgstr "\"%s\" lisättiin ryhmäjärjestelmään."
+ 
+ #: admin/perms/addchild.php:52
+-#, fuzzy, php-format
++#, php-format
+ msgid "\"%s\" was added to the permissions system."
+-msgstr "'%s' lisättiin oikeuksiin."
++msgstr "\"%s\" lisättiin oikeuksiin."
+ 
+ #: admin/groups.php:54 admin/perms/addchild.php:50
+-#, fuzzy, php-format
++#, php-format
+ msgid "\"%s\" was not created: %s."
+-msgstr "'%s' ei luotu: %s."
++msgstr "\"%s\" ei luotu: %s."
+ 
+ #: lib/Block/account.php:70
+ #, php-format
+ msgid "%.2fMB used of %.2fMB allowed (%.2f%%)"
+-msgstr ""
++msgstr "%.2fMB käytetty %.2fMB sallitusta (%.2f%%)"
+ 
+-#: lib/Block/weatherdotcom.php:237
++#: lib/Block/weatherdotcom.php:226
+ #, php-format
+ msgid "%d %s and %s"
+ msgstr "%d %s ja %s"
+ 
+ #: framework/Auth/Auth/ldap.php:268 lib/Block/account.php:557
+-#, fuzzy, php-format
++#, php-format
+ msgid "%d days until your password expires."
+-msgstr "Salasanasi on vanhentunut."
++msgstr "Salasanasi vanhentuu %d päivän päästä."
+ 
+-#: lib/Block/weatherdotcom.php:285
++#: lib/Block/weatherdotcom.php:274
+ #, php-format
+ msgid "%d-day forecast"
+ msgstr "%d päivän ennustus"
+@@ -107,12 +107,12 @@
+ msgid "%s - Notice"
+ msgstr "%s - Ilmoitus"
+ 
+-#: framework/Crypt/Crypt/smime.php:704
++#: framework/Crypt/Crypt/smime.php:705
+ #, php-format
+ msgid "%s Fingerprint"
+ msgstr "%s Sormenjälki"
+ 
+-#: framework/MIME/MIME/Contents.php:833 framework/MIME/MIME/Contents.php:835
++#: framework/MIME/MIME/Contents.php:840 framework/MIME/MIME/Contents.php:842
+ #, php-format
+ msgid "%s KB"
+ msgstr "%s KB"
+@@ -127,7 +127,7 @@
+ msgid "%s Setup"
+ msgstr "%s asennus"
+ 
+-#: framework/Auth/Auth/Signup.php:263
++#: framework/Auth/Auth/Signup.php:264
+ #, php-format
+ msgid "%s Sign Up"
+ msgstr "%s kirjautuminen"
+@@ -137,8 +137,8 @@
+ msgid "%s Terms of Agreement"
+ msgstr "%s käyttöehdot"
+ 
+-#: framework/VFS/VFS/smb.php:428 framework/VFS/VFS/smb.php:490
+-#: framework/VFS/VFS/ftp.php:651 framework/VFS/VFS/ftp.php:719
++#: framework/VFS/VFS/ftp.php:682 framework/VFS/VFS/ftp.php:750
++#: framework/VFS/VFS/smb.php:432 framework/VFS/VFS/smb.php:494
+ #, php-format
+ msgid "%s already exists."
+ msgstr "%s on jo olemassa."
+@@ -158,7 +158,7 @@
+ "%s on valmis suorittamaan ylläpitotoimenpiteitä. Valitse valintaruuduista "
+ "suoritettavat toimenpiteet."
+ 
+-#: framework/Form/Form.php:2340
++#: framework/Form/Form.php:2344
+ #, php-format
+ msgid "%s is required"
+ msgstr "%s on pakollinen"
+@@ -178,22 +178,22 @@
+ msgid "%s to %s of %s"
+ msgstr "%s - %s / %s"
+ 
+-#: framework/Kolab/Kolab.php:922
++#: framework/Kolab/Kolab.php:921
+ #, php-format
+ msgid "%s's Address Book"
+ msgstr "%s:n osoitekirja"
+ 
+-#: framework/Kolab/Kolab.php:914
++#: framework/Kolab/Kolab.php:913
+ #, php-format
+ msgid "%s's Calendar"
+ msgstr "%s:n kalenteri"
+ 
+-#: framework/Kolab/Kolab.php:906
++#: framework/Kolab/Kolab.php:905
+ #, php-format
+ msgid "%s's Notepad"
+ msgstr "%s:n muistilista"
+ 
+-#: framework/Kolab/Kolab.php:930
++#: framework/Kolab/Kolab.php:929
+ #, php-format
+ msgid "%s's Tasklist"
+ msgstr "%s:n tehtävälista"
+@@ -203,7 +203,7 @@
+ msgid "%s: %s"
+ msgstr "%s: %s"
+ 
+-#: framework/MIME/MIME/Viewer/html.php:272
++#: framework/MIME/MIME/Viewer/html.php:124
+ #, php-format
+ msgid ""
+ "%s: This message may not be from whom it claims to be. Beware of following "
+@@ -213,10 +213,9 @@
+ "lähettäjäksi. Suhtaudu varauksella viestissä oleviin linkkeihin ja varo "
+ "antamasta lähettäjälle mitään yksilöiviä tietoja."
+ 
+-#: lib/Block/weatherdotcom.php:365 lib/Block/weatherdotcom.php:410
+-#, fuzzy
++#: lib/Block/weatherdotcom.php:354 lib/Block/weatherdotcom.php:399
+ msgid ", gusting "
+-msgstr ", puuskittaista %s %s"
++msgstr ", puuskittaista"
+ 
+ #: lib/Block/metar.php:188 lib/Block/metar.php:193
+ #, php-format
+@@ -228,9 +227,9 @@
+ msgid ", variable from %s to %s"
+ msgstr ", vaihtelevaa %s - %s"
+ 
+-#: framework/Perms/Perms/UI.php:294 framework/Perms/Perms/UI.php:348
+-#: framework/Form/Form.php:2069 framework/Form/Form.php:2128
+-#: framework/UI/UI/VarRenderer/html.php:749
++#: framework/UI/UI/VarRenderer/html.php:745 framework/Perms/Perms/UI.php:294
++#: framework/Perms/Perms/UI.php:348 framework/Form/Form.php:2073
++#: framework/Form/Form.php:2132
+ msgid "-- select --"
+ msgstr "-- valitse --"
+ 
+@@ -247,15 +246,14 @@
+ msgstr "24 tuntia"
+ 
+ #: framework/UI/UI/Pager.php:69
+-#, fuzzy
+ msgid "<Previous"
+-msgstr "Edellinen sivu"
++msgstr "<Edellinen"
+ 
+ #: lib/Block/metar.php:119
+ msgid "A database backend is required for this block."
+ msgstr "Tietokantataustajärjestelmää ei ole määritelty tälle osiolle"
+ 
+-#: framework/Horde/Horde.php:160
++#: framework/Horde/Horde.php:162
+ msgid "A fatal error has occurred"
+ msgstr "Tapahtui vakava virhe"
+ 
+@@ -263,11 +261,11 @@
+ msgid "A public PGP key is required to encrypt a message."
+ msgstr "Viestin salaukseen tarvitaan julkinen PGP-avain."
+ 
+-#: framework/Crypt/Crypt/pgp.php:1165
++#: framework/Crypt/Crypt/pgp.php:1168
+ msgid "A public PGP key is required to verify a signed message."
+ msgstr "Allekirjoitetun viestin tarkistukseen tarvitaan julkinen PGP-avain."
+ 
+-#: framework/Crypt/Crypt/pgp.php:1097
++#: framework/Crypt/Crypt/pgp.php:1099
+ msgid ""
+ "A public PGP key, private PGP key, and passphrase are required to decrypt a "
+ "message."
+@@ -275,7 +273,7 @@
+ "Salatun viestin avaamiseen tarvitaan julkinen PGP-avain, salainen PGP-avain "
+ "ja salasanateksti."
+ 
+-#: framework/Crypt/Crypt/pgp.php:1015
++#: framework/Crypt/Crypt/pgp.php:1016
+ msgid ""
+ "A public PGP key, private PGP key, and passphrase are required to sign a "
+ "message."
+@@ -283,7 +281,7 @@
+ "Viestin allekirjoittamiseksi tarvitaan julkinen PGP-avain, salainen PGP-"
+ "avain ja salasanateksti."
+ 
+-#: framework/Crypt/Crypt/smime.php:505
++#: framework/Crypt/Crypt/smime.php:506
+ msgid ""
+ "A public S/MIME key, private S/MIME key, and passphrase are required to "
+ "decrypt a message."
+@@ -304,14 +302,12 @@
+ msgstr "Viestin salaukseen tarvitaan julkinen SMIME-avain."
+ 
+ #: lib/Block/weatherdotcom_strings.php:9
+-#, fuzzy
+ msgid "AM Clouds"
+-msgstr "Pilviä"
++msgstr "AM Pilviä"
+ 
+ #: lib/Block/weatherdotcom_strings.php:10
+-#, fuzzy
+ msgid "AM Light Rain"
+-msgstr "PM kevyttä sadetta"
++msgstr "AM kevyttä sadetta"
+ 
+ #: lib/Block/weatherdotcom_strings.php:11
+ msgid "AM Rain"
+@@ -337,7 +333,7 @@
+ msgid "About this editor"
+ msgstr "Tietoja editorista"
+ 
+-#: services/help/index.php:52
++#: services/help/index.php:53
+ msgid "About..."
+ msgstr "Tietoja..."
+ 
+@@ -358,19 +354,18 @@
+ msgstr "Sinulla ei ole oikeuksia luoda VFS-tiedostoa."
+ 
+ #: lib/Block/account.php:3
+-#, fuzzy
+ msgid "Account Information"
+-msgstr "Omat tietosi"
++msgstr "Käyttäjätunnuksen tiedot"
+ 
+-#: config/prefs.php.dist:75
++#: config/prefs.php.dist:78
+ msgid "Account Password"
+-msgstr "Käyttäjätilin salasana"
++msgstr "Käyttäjätunnuksen salasana"
+ 
+ #: framework/Net_SMS/SMS/clickatell_http.php:293
+ msgid "Account frozen."
+ msgstr "Käyttäjätili suljettu."
+ 
+-#: config/registry.php.dist:333
++#: config/registry.php.dist:335
+ msgid "Accounting"
+ msgstr "Kirjanpito"
+ 
+@@ -400,20 +395,20 @@
+ msgstr "Lisää uusi oikeus"
+ 
+ #: templates/admin/groups/addchild.inc:7
+-#, fuzzy, php-format
++#, php-format
+ msgid "Add a child group to \"%s\""
+-msgstr "Lisää aliryhmä ryhmään '%s'"
++msgstr "Lisää aliryhmä ryhmään \"%s\""
+ 
+ #: framework/Perms/Perms/UI.php:147
+-#, fuzzy, php-format
++#, php-format
+ msgid "Add a child permission to \"%s\""
+-msgstr "Lisää alioikeudet '%s'"
++msgstr "Lisää alioikeudet \"%s\""
+ 
+ #: admin/user.php:30
+ msgid "Add a new user:"
+ msgstr "Lisää uusi käyttäjä:"
+ 
+-#: framework/UI/UI/VarRenderer/html.php:554
++#: framework/UI/UI/VarRenderer/html.php:553
+ msgid "Add column"
+ msgstr "Lisää sarake"
+ 
+@@ -425,7 +420,7 @@
+ msgid "Add pair"
+ msgstr "Lisää pari"
+ 
+-#: config/prefs.php.dist:367
++#: config/prefs.php.dist:371
+ #, php-format
+ msgid "Add the %s Menu as a Mozilla Sidebar"
+ msgstr "Lisää %s valikko Mozillan Sidebar osioon"
+@@ -443,33 +438,33 @@
+ msgstr "Lisää käyttäjä"
+ 
+ #: admin/user.php:79
<<Diff was trimmed, longer than 597 lines>>


More information about the pld-cvs-commit mailing list