Skip to main content
Topic: Changes to language strings (Read 35916 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Changes to language strings

This topic was discussed a while ago, but nobody opened it, so I suppose I should be the one.

The idea is to post here any time there is a change in a language file (adding/removing/changing strings).

I'm pretty sure I'll not be able to keep track of all the changes here, so do not consider this your only source of information regarding changes to languages.
Anyone is welcome to help as usual, so if you notice changes feel free to post them here.
Maybe in the future we can setup a kind of feed poster based on github or transifex APIs.
Bugs creator.
Features destroyer.
Template killer.

Re: Changes to language strings

Reply #1

Quote from: emanuele – I'm pretty sure I'll not be able to keep track of all the changes here, so do not consider this your only source of information regarding changes to languages.
Anyone is welcome to help as usual, so if you notice changes feel free to post them here.

I will! Thank you for your support!  :)

Re: Changes to language strings

Reply #2

Quote from: emanuele – Maybe in the future we can setup a kind of feed poster based on github or transifex APIs.

I follow git via SourceTree. Much easier than to keep up with topics. :)
Especially since I never get e-mail notifications here.
-

Re: Changes to language strings

Reply #3

File: themes/default/languages/english/Who.english.php
Lines added:
Code: (Line 39) [Select]
$txt['whoall_mentions'] = 'Viewing their mentions list.';
Code: (Line 70) [Select]
$txt['whotopic_likes'] = 'Liking a message in the topic "<a href="%1$s">%2$s</a>".';

Re: Changes to language strings

Reply #4

Thanks!  :)

Re: Changes to language strings

Reply #5

To note: these strings will "become active" when 1.0.1 will be released. :)
I have to check how to handle the thing in transifex since now we are using the branch patch_1-0-1... maybe leave it like that? And when the branch is merged into master transifex is updated? Should work since I guess we can let few days pass between the merge and the actual release?
Bugs creator.
Features destroyer.
Template killer.

Re: Changes to language strings

Reply #6

Before I forgot (yet again). ;)

ManageMembers.english.php
Code: [Select]
$txt['membergroups_modify_parent'] = 'Modify parent group';
ManagePermissions.english.php
Code: [Select]
$txt['permissions_includes_inherited_from'] = 'Inherited from: ';
Bugs creator.
Features destroyer.
Template killer.

Re: Changes to language strings

Reply #7

Before I forgot (yet again). ;)

ManageMembers.english.php
Code: [Select]
$txt['membergroups_modify_parent'] = 'Modify parent group';
ManagePermissions.english.php
Code: [Select]
$txt['permissions_includes_inherited_from'] = 'Inherited from: ';
Bugs creator.
Features destroyer.
Template killer.

Re: Changes to language strings

Reply #8

File: Packages.english.php
Lines removed:
Code: [Select]
$txt['php_script'] = 'The addon archive was extracted, but this addon also comes with a PHP script which should be executed before it will work';
Code: [Select]
$txt['package_run'] = 'Run';
Code: [Select]
$txt['package_read'] = 'Read';
Code: [Select]
$txt['script_output'] = 'Script output:';
Code: [Select]
$txt['additional_notes'] = 'Additional notes';
Code: [Select]
$txt['notes_file'] = 'Instruction/Additional notes file';
Code: [Select]
$txt['package_get'] = 'Package Get';
Code: [Select]
$txt['sql_file'] = 'The addon archive has been extracted.  This addon also comes with a database file containing changes the database needs.  You will need to execute this file for the addon to function properly.';
Code: [Select]
$txt['sql_queries'] = 'SQL Queries';
Code: [Select]
$txt['browse_installed'] = 'Browse installed addons';
Code: [Select]
$txt['php_safe_mode'] = 'Sorry, your server currently has PHP set to run in SAFE MODE.  This feature is not compatible with SAFE MODE.';
Code: [Select]
$txt['lets_try_anyway'] = 'Let me try anyway.';
Code: [Select]
$txt['create_package'] = 'Create a new Package';
Code: [Select]
$txt['download_new_package'] = 'Download new packages';
Code: [Select]
$txt['archiving'] = 'Archiving';

File: ManageThemes.english.php
Lines removed:
Code: [Select]
$txt['current_theme_style'] = 'This theme\'s style: ';
Code: [Select]
$txt['disable_recent_posts'] = 'Disable recent posts';
Code: [Select]
$txt['enable_single_post'] = 'Enable single post';
Code: [Select]
$txt['enable_multiple_posts'] = 'Enable multiple posts';

Re: Changes to language strings

Reply #9

Done, thanks!

Re: Changes to language strings

Reply #10

ElkArte 1.1
Code: (Profile.english.php) [Select]
$txt['otp_enabled_help'] = 'Enabling this will add a second factor (one time password) for authentication.';
$txt['otp_token_help'] = 'This generates a secret token for the Google authenticator app. Once the secret was generated use the Google Authenticator app and scan the qrcode.<ul><li><a href="https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCEQFjAA&url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.google.android.apps.authenticator2%26hl%3Dde&ei=wWF0VIGkOsjCOavPgOgG&usg=AFQjCNEP4vq0iRsoESNifBAlu2ksgOwGFQ&bvm=bv.80185997,d.ZWU">Google Authenticator for Android</a></li><li><a href="https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCEQFjAA&url=https%3A%2F%2Fitunes.apple.com%2Fde%2Fapp%2Fgoogle-authenticator%2Fid388497605%3Fmt%3D8&ei=BGJ0VPexMYe3OIOqgdAG&usg=AFQjCNG-SAjiUB7nkssU0dOo4MVDjR1PqQ">Google Authenticator for IOS (Apple)</a></li></ul>';

Code: (index.english.php) [Select]
$txt['otp_token'] = 'Google Authenticator Token';
$txt['otp_enabled'] = 'Enable two factor authentication';
$txt['invalid_otptoken'] = 'Google Authenticator Token is invalid';
$txt['otp_generate'] = 'Generate';
$txt['otp_show_qr'] = 'Show QR-Code';

Code: (Login.english.php) [Select]
$txt['otp_required'] = 'A Google Authenticator token is required in order to log in!';

@Jorin: be warned, they most likely will be replaced / extended...
Thorsten "TE" Eurich
------------------------

Re: Changes to language strings

Reply #11

Hm, then better delete them here and wait for the "final release"?

Re: Changes to language strings

Reply #12

Aaaand I lost track again. Obviously some changes are in "development" (including new/other files like "LikePosts") and others in "dev" (less language changes, if any).

This is disturbing. Please merge them. dev... development... Aaaaaahhhhhh!

Re: Changes to language strings

Reply #13

Some of them don't even make sense.

Quote$helptxt['avatar_resize_options'] = 'This set of options apply to any "server stored" avatar, either uploaded or retrieved from an external URL.
It doesn\'t apply to the "Server-stored avatars" because these are uploaded to the server by the admin via ftp.';

They apply to server-stored avatars but not to any server-stored avatar?!


Re: Changes to language strings

Reply #14

And I can't push to my repository anymore.

remote: Permission to elkarte/Elkarte.git denied to dertuxmalwieder.
fatal: unable to access 'https://github.com/elkarte/Elkarte.git/': The requested URL returned error: 403

...

Really.