Ticket #3380 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Localization strings for encloses

Reported by: chocho Assigned to:
Priority: minor Milestone: 2.6
Component: Languages / Translation Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

amp_conf/htdocs/admin/page.modules.php line 578 -> Disabled

core/page.general.php line 199 -> No Message

dashboard/page.index.php line 316 -> _('Asterisk is running: ').$astver)

findmefollow/functions.inc.php line 438 -> Follow-Me User:

music/functions.inc.php line 7 -> default

music/functions.inc.php line 24 -> none

Also that don't works for me.

vmblast/functions.inc.php line 259 -> Exclude

vmblast/functions.inc.php line 260 -> Include

Change History

11/07/08 10:46:48 changed by p_lindheimer

  • confirmation changed from Unreviewed to Confirmed.

note to whoever looks at these (mickecarlsson)

music/functions.inc.php line 7 -> default
music/functions.inc.php line 24 -> none

These are tricky, you can't change them in functions.inc.php. There is code logic that expects these values. They will probably have to be addressed or special case handled where the functions are called and used.

(follow-up: ↓ 5 ) 11/08/08 12:03:13 changed by mickecarlsson

I have looked at all the issues and fixed them except the 'default' and 'none' in Music on Hold. The words 'default' and 'none' are reserved words. I will discuss this with the other developers how to approach this issue and see if we can come up with a solution.

11/08/08 12:07:02 changed by mickecarlsson

(In [7238]) Addresses #3380, some text strings did not translate

11/08/08 12:21:35 changed by mickecarlsson

(In [7241]) Addresses #3380 enclosed test string for translation

(in reply to: ↑ 2 ) 11/09/08 06:20:02 changed by chocho

Replying to mickecarlsson:

I have looked at all the issues and fixed them except the 'default' and 'none' in Music on Hold. The words 'default' and 'none' are reserved words. I will discuss this with the other developers how to approach this issue and see if we can come up with a solution.

Is this the case and for word 'inherit' in queues drop-down for MoH.

Also if you can look at this lines:

core/functions.inc.php line 4444 ' Any DID'
core/functions.inc.php line 477-483

Thanks!

11/09/08 15:08:27 changed by mickecarlsson

I have also fixed the issues in core and are testing them now. As soon as I am confident with them it will be submitted to svn.

11/12/08 09:21:26 changed by p_lindheimer

(In [7250]) Merged revisions 7202-7210,7212-7224,7226-7249 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

Updated localizations

........

r7238 | mickecarlsson | 2008-11-08 10:07:01 -0800 (Sat, 08 Nov 2008) | 1 line

Addresses #3380, some text strings did not translate

........

r7245 | ethans | 2008-11-09 18:40:54 -0800 (Sun, 09 Nov 2008) | 2 lines

Closes #3384

........

r7248 | p_lindheimer | 2008-11-12 07:05:29 -0800 (Wed, 12 Nov 2008) | 1 line

fixes #3392 can't edit or delete conference if numbered 0

........

11/12/08 15:41:51 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to fixed.

(In [7261]) Closes #3380 fixes various string enclosures for localization. Thank you chocho

11/15/08 14:56:25 changed by p_lindheimer

(In [7272]) Merged revisions 7261 via svnmerge from http://svn.freepbx.org/modules/branches/2.6

........

r7261 | mickecarlsson | 2008-11-12 13:41:50 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3380 fixes various string enclosures for localization. Thank you chocho

........

01/06/09 16:59:27 changed by p_lindheimer

(In [7346]) Merged revisions 7088-7102,7104-7345 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5

........

r7111 | p_lindheimer | 2008-10-23 13:52:50 -0700 (Thu, 23 Oct 2008) | 1 line

#3271 add some noloads that ABE is not happy with apparently (sounds liek an ABE bug that should be addressed)

........

r7125 | mickecarlsson | 2008-10-24 10:51:15 -0700 (Fri, 24 Oct 2008) | 1 line

Updated amp.pot and swedish language files

........

r7139 | p_lindheimer | 2008-10-25 11:38:33 -0700 (Sat, 25 Oct 2008) | 1 line

typo in variable name resulting in error report missing problem module name, re #3324 but not causing that issue

........

r7140 | sasargen | 2008-10-25 13:33:46 -0700 (Sat, 25 Oct 2008) | 1 line

ARI: add tooltips to Call Me Number and Call Screening labels

........

r7141 | p_lindheimer | 2008-10-25 18:32:38 -0700 (Sat, 25 Oct 2008) | 1 line

closes #3327 user will be required to edit the vm_general.inc if running 1.6 and desires this enabled

........

r7142 | mickecarlsson | 2008-10-26 01:13:13 -0700 (Sun, 26 Oct 2008) | 1 line

Fixed spelling errir and tidy up tabs formatting in vm_general.inc

........

r7157 | p_lindheimer | 2008-10-27 10:53:03 -0700 (Mon, 27 Oct 2008) | 1 line

don't include libfreepbx.confgen.php unless needed, since the functions are deprecated and no longer used except during upgrade transitions

........

r7208 | mickecarlsson | 2008-11-02 09:01:56 -0800 (Sun, 02 Nov 2008) | 1 line

Enabled Bulgarian language in language selector, added Bulgarian language to amp

........

r7210 | mickecarlsson | 2008-11-02 09:13:28 -0800 (Sun, 02 Nov 2008) | 1 line

Sorted the languages in alfabetic order, english on top

........

r7221 | mickecarlsson | 2008-11-04 10:59:28 -0800 (Tue, 04 Nov 2008) | 1 line

Updated readme for i18n

........

r7222 | mickecarlsson | 2008-11-04 11:59:44 -0800 (Tue, 04 Nov 2008) | 1 line

Closes #3368 fixes various errors in css, html and javascript

........

r7223 | mickecarlsson | 2008-11-05 06:57:54 -0800 (Wed, 05 Nov 2008) | 1 line

Updated pot file and swedish language for amp

........

r7226 | mickecarlsson | 2008-11-05 08:36:03 -0800 (Wed, 05 Nov 2008) | 1 line

Added a tool to autocreate all .pot files for amp and all modules

........

r7231 | mickecarlsson | 2008-11-05 09:38:27 -0800 (Wed, 05 Nov 2008) | 1 line

Add Bulgarian language to core from ticket #3373

........

r7233 | mickecarlsson | 2008-11-06 10:44:52 -0800 (Thu, 06 Nov 2008) | 1 line

Closes #3379 updates French language for core

........

r7234 | mickecarlsson | 2008-11-06 11:09:22 -0800 (Thu, 06 Nov 2008) | 1 line

Correction in bulgarian language files for core

........

r7235 | mickecarlsson | 2008-11-06 13:33:34 -0800 (Thu, 06 Nov 2008) | 1 line

Fixes VmX module, settings were revered against extension settings for VmX

........

r7236 | mickecarlsson | 2008-11-06 22:24:36 -0800 (Thu, 06 Nov 2008) | 1 line

Really fixes the amp.po for swedish language

........

r7237 | mickecarlsson | 2008-11-06 22:28:53 -0800 (Thu, 06 Nov 2008) | 1 line

Removed freepbx.pot, file is obsolete, .pot file is now in i18n instead

........

r7239 | mickecarlsson | 2008-11-08 10:15:24 -0800 (Sat, 08 Nov 2008) | 1 line

Addresses #3381 updates Italian language for core and ari

........

r7241 | mickecarlsson | 2008-11-08 10:21:35 -0800 (Sat, 08 Nov 2008) | 1 line

Addresses #3380 enclosed test string for translation

........

r7247 | mickecarlsson | 2008-11-10 09:42:01 -0800 (Mon, 10 Nov 2008) | 1 line

Closes #3358 updates Italian language for core. Thank you francesco_r

........

r7259 | mickecarlsson | 2008-11-12 12:43:54 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3389 updating Bulgarian language files

........

r7261 | mickecarlsson | 2008-11-12 13:41:50 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3380 fixes various string enclosures for localization. Thank you chocho

........

r7262 | mickecarlsson | 2008-11-12 23:02:52 -0800 (Wed, 12 Nov 2008) | 1 line

Merged 2.5 amp.pot with 2.6 amp.pot so that there is only one with all text strings from both versions

........

r7303 | mickecarlsson | 2008-11-23 06:32:05 -0800 (Sun, 23 Nov 2008) | 1 line

Updated amp.pot and swedish language files for core

........

r7309 | mickecarlsson | 2008-12-06 06:05:37 -0800 (Sat, 06 Dec 2008) | 1 line

Updates #3224 removes hard coded cdr database

........

r7312 | mickecarlsson | 2008-12-07 04:00:20 -0800 (Sun, 07 Dec 2008) | 1 line

Added ari.pot for localization of ARI

........

r7336 | mickecarlsson | 2008-12-26 00:36:36 -0800 (Fri, 26 Dec 2008) | 1 line

Closes #3453 adds Chinese language to core. Thank you edwardbadboy

........

r7337 | mickecarlsson | 2008-12-26 02:30:43 -0800 (Fri, 26 Dec 2008) | 1 line

Remove Chinese language in #3453 from core as it was not a proper FreePBX translation

........

r7341 | mickecarlsson | 2009-01-06 11:36:02 -0800 (Tue, 06 Jan 2009) | 1 line

Closes #3462, put double quote in javascript so that languages with single quote in text does not interfere with code

........