Files
oddmuse/modules
Alex Schroeder 7c04ee83e5 Translation: "Internal Page: "
This string was not used correctly. T('Internal Page: ' . $resolved)
means that the string is concatenated with $resolved and then it will be
translated. This means that the translation will never be found. The
correct usage is as follows: Ts('Internal Page: %s', $resolved). The
translation string has therefore been changed to 'Internal Page: %s' and
the translation files have been fixed accordingly.
2015-10-15 19:07:51 +02:00
..
2015-09-12 19:06:59 +02:00
2015-10-15 19:07:51 +02:00
2015-09-04 04:55:48 +03:00
2015-09-04 04:55:48 +03:00
2015-10-15 14:41:55 +02:00
2015-09-04 04:55:48 +03:00
2015-10-14 12:39:55 +02:00
2015-10-15 14:41:55 +02:00
2015-10-15 14:36:51 +02:00
2015-09-23 21:30:54 +03:00
2015-08-18 11:11:13 +02:00
2015-08-18 11:11:13 +02:00
2015-09-04 04:55:48 +03:00
2015-07-28 10:49:42 +02:00
2015-10-15 14:24:08 +02:00