284 Commits

Author SHA1 Message Date
Thomas Hochstein
ce7fa80f4b Add filename to error message (ML renaming).
Belongs to
1c95c173a22e15fa22b21d3466b8e5cc9e626645

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-25 11:04:00 +01:00
Thomas Hochstein
d179f1b154 Add plugin source to list of plugins.
* plugin_api.inc.php:
  - Add static list of bundled plugins.
  - Add function to check if plugin is
    bundled.
* plugins.inc.php:
  - Set source of plugin
    (Spartacus, bundled or local).
* plugins.inc.tpl:
  - Display plugin source.
* Add language constants.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-24 15:57:48 +01:00
Thomas Hochstein
573fefc8e2 Fix recode.sh - only copy language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 12:19:38 +02:00
Thomas Hochstein
b944d76ee7 Add new language constant to all language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 12:15:22 +02:00
Thomas Hochstein
2d7c9a0db2 [checklang] Don't normalize languages to lc.
"serendipity_lang_pt_PT.inc.php" is mixed
case and won't be found if languages are
normalized to lowercase.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 01:48:48 +02:00
Thomas Hochstein
75a6309fe3 lang DE: Remove duplicates, add missing.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 01:30:13 +02:00
Thomas Hochstein
c32b692b1b lang EN: Remove duplicates, add missing.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 01:23:55 +02:00
Thomas Hochstein
77905d991d Fix typo.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 01:08:32 +02:00
Thomas Hochstein
f8f40d27a4 Add language file checker.
This checker will find duplicate, missing and
superfluous constants in Serendipity's language
files.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-18 01:04:05 +02:00
Thomas Hochstein
3d0410bacd plugin_lang.php: Check additional_plugins, too.
If you have the additional_plugins repo handy,
you can just change the base path to check all
that plugins, too.

We shouldn't forget to check the UTF-8
directories.

And we just have to catch all, even fatal,
errors, due to missing function dependencies.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 13:33:14 +02:00
Thomas Hochstein
d2ad092763 plugin_lang.php: Make output more readable.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 12:59:54 +02:00
Thomas Hochstein
9c66269fce addlang.sh: Move input to backup after run.
And check for input file before starting.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 12:59:54 +02:00
Thomas Hochstein
770e0eb2fd Move new constant to end of language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 12:59:54 +02:00
Thomas Hochstein
f8110dbe86 I18n for multimove.
* Add MEDIA_DIRECTORY_MOVE.
* Change German translation of "Move" to
  "Verschieben".
2019-08-17 01:38:08 +02:00
Thomas Hochstein
648f07f97d Remove wrongly added constants from plugin_lang.php
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 15:07:10 +02:00
Thomas Hochstein
f10dfd2521 Run addlang.sh and add new translations.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 15:06:37 +02:00
Thomas Hochstein
36330c7cbe Add i18n and German translations.
* "PLUGIN_ALL_UPDATED" was hardcoded.
* Add some missing German translation
  and fix some others.
* Add new constants to addlang.txt

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 14:42:20 +02:00
Thomas Hochstein
4e88c875d8 Add Spartacus links to plugin lists.
Quite some information is missing from
the list of installed plugins; and the
list of installable plugins has some
more information, but not everything
that is present on Spartacus, i.e.
the last modification date.

So let's add a link to the plugin entry
on Spartacus (in the chosen language
version).

Fixes .

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 13:44:46 +02:00
Thomas Hochstein
8ff2ac0ae7 Wording changes for plugin version display.
"Version" should be capitalized in German -
and anywhere at the start of a sentence or
line.

Furthermore, "UPGRADE_TO_VERSION" is not
the current version ("aktuelle version"),
but the version one could upgrade to.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-11 01:00:50 +02:00
Thomas Hochstein
2c0c337a6d Translate maintenance mode to German.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 15:30:10 +02:00
Thomas Hochstein
96f82d9f3a Fix missing double quote and wrong bracket.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 13:26:03 +02:00
Thomas Hochstein
8469506b0f Run addlang.sh and add new constants to language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 13:10:26 +02:00
Thomas Hochstein
ceaee85d3b Localize maintenance mode.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 13:10:23 +02:00
Thomas Hochstein
b9223e0555 Fix missing single quote in language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 12:19:21 +02:00
Thomas Hochstein
2cc1f2d3f7 Fix missing newline, enhance translation (German).
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 11:53:23 +02:00
Thomas Hochstein
59bfb5095b Run addlang.sh and add new constants to language files.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 11:33:24 +02:00
Matej Gleza
b8745330e4 Fixed slovak language 2018-10-31 20:40:29 +01:00
Stephan Brunker
0e479083f3 fixed tiny typo for NO_ENTRIES_BLAHBLAH 2018-08-15 20:25:03 +02:00
Thomas Hochstein
a42cc8da66 Fix broken link to documentation.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-07-21 22:45:48 +02:00
Thomas Hochstein
4387556026 Change links to HTTPS.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-07-21 22:45:44 +02:00
onli
567587718b React to errors when comment could not be deleted () 2018-06-12 23:49:11 +02:00
onli
bfce8ffb61 Improve gallery insert function ()
Border around selected images, button hidden till iamge is selected, init language constant
2018-06-11 23:12:12 +02:00
Matthias Mees
309cf8e9a6 Catch up German core translation 2016-10-27 23:24:42 +02:00
Garvin Hicking
c5c953b2f5 add language constant 2016-09-26 10:34:49 +02:00
Garvin Hicking
cfd75ec877 Security patch, see docs/NEWS 2016-09-22 12:51:00 +02:00
Wesley Woo-Duk Hwang-Chung
022b68e3b3 Some further edits to Korean localization 2016-04-25 09:39:41 +09:00
Wesley Woo-Duk Hwang-Chung
6733151051 Some further edits to Korean localization 2016-04-25 09:38:53 +09:00
Wesley Woo-Duk Hwang-Chung
0d667ba503 Update Korean translation (overhaul in 11 years!)
Added translation for new features since 2005, and also corrected mistranslations / typos.
2016-04-25 00:14:04 +09:00
Wesley Woo-Duk Hwang-Chung
bb9cca20ba Update Korean translation (overhaul in 11 years!)
Added translation for new features since 2005, and also corrected mistranslations / typos.
2016-04-25 00:12:40 +09:00
Ian
a30457892d add newlines where all other lang have em to 2016-04-22 19:51:46 +02:00
Garvin Hicking
e35898342d proper EOL 2016-02-10 12:50:00 +01:00
Garvin Hicking
74b9251c40 Revert "addlang"
This reverts commit c3db29a036d2b15b9d941f69d8e4e98bf0600040.
2016-02-10 12:48:59 +01:00
Garvin Hicking
c3db29a036 addlang 2016-02-10 09:51:37 +01:00
Matthias Mees
bdff9336e5 Fix typo 2016-02-09 09:46:03 +01:00
Matthias Mees
4f49833fc9 Improve language (hopefully) 2016-02-08 19:38:09 +01:00
Ian
1db631bab3 add new CONFIG_PERMALINK_PATH_DESC constant
Will match all configuration permalink descriptions, added in a later commit.

@garvinhicking please trigger lang update
2016-02-08 16:05:49 +01:00
Garvin Hicking
69d157062c Execute addlang 2016-01-18 09:40:09 +01:00
onli
9fe8fb960b Add cache translation () 2016-01-15 15:47:39 +01:00
onli
30982e446d Transform contextless strict/no-strict in ML
Follow up on d1baaf498377773e1803aaea729ee307adbf9cec and 7554623cffc4e6c0720209c8084f6dea444c6fd4, also moving this to the extended filterset.
2016-01-15 02:18:34 +01:00
Garvin Hicking
fe90ba6b5d execute addlang.sh 2016-01-12 12:05:19 +01:00