]> git.pld-linux.org Git - packages/php-phpmailer.git/commitdiff
- update et translation auto/ac/php-phpmailer-2_3-1 auto/th/php-phpmailer-2_3-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Jan 2010 14:48:08 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-phpmailer.spec -> 1.15
    phpmailer-update-et.patch -> 1.1

php-phpmailer.spec
phpmailer-update-et.patch [new file with mode: 0644]

index 3ef6a553cbb4d716146a9e79c195b866db2cd33b..8a1093ddc5d227d3ed5c88ea8a68ff6d558bcaa0 100644 (file)
@@ -10,6 +10,7 @@ Group:                Development/Languages/PHP
 Source0:       http://dl.sourceforge.net/phpmailer/phpMailer_v%{version}.tar.gz
 # Source0-md5: 897f53ab746c48f372364b7745d8d468
 Patch0:                paths.patch
+Patch1:                phpmailer-update-et.patch
 URL:           http://phpmailer.codeworxtech.com/
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.520
@@ -42,6 +43,7 @@ poprzez SMTP. Metody są oparte na popularnym komponencie AspEmail.
 %prep
 %setup -q -n phpMailer_v%{version}
 %patch0 -p1
+%patch1 -p1
 
 find '(' -name '*.php' -o -name '*.html' -o -name '*.txt' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
 %{__sed} -i -e 's,\r$,,' README LICENSE
diff --git a/phpmailer-update-et.patch b/phpmailer-update-et.patch
new file mode 100644 (file)
index 0000000..18d8b74
--- /dev/null
@@ -0,0 +1,13 @@
+--- phpmailer/language/phpmailer.lang-et.php~  2010-01-12 16:08:02.000000000 +0200
++++ phpmailer/language/phpmailer.lang-et.php   2010-01-12 16:25:39.874296467 +0200
+@@ -18,7 +18,5 @@
+ $PHPMAILER_LANG["connect_host"]         = 'SMTP Viga: Ei &otilde;nnestunud luua &uuml;hendust SMTP serveriga.';
+ $PHPMAILER_LANG["file_access"]          = 'Pole piisavalt &otilde;iguseid j&auml;rgneva faili avamiseks: ';
+ $PHPMAILER_LANG["file_open"]            = 'Faili Viga: Faili avamine eba&otilde;nnestus: ';
+-$PHPMAILER_LANG["encoding"]             = 'Tundmatu Unknown kodeering: ';
+-$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
+-
+-?>
+\ No newline at end of file
++$PHPMAILER_LANG["encoding"]             = 'Tundmatu kodeering: ';
++$PHPMAILER_LANG["signing"]              = 'Viga allkirjastamisel: ';
This page took 0.086523 seconds and 4 git commands to generate.