1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

punctuation changes in language files

git-svn-id: file:///svn/phpbb/trunk@7524 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-10 15:31:35 +00:00
parent f2aea5a725
commit c1a738ce5f
27 changed files with 404 additions and 402 deletions

View File

@@ -63,7 +63,7 @@ $lang = array_merge($lang, array(
'FORUM_PRUNE' => 'Forum prune',
'NO_PRUNE' => 'No forums pruned',
'NO_PRUNE' => 'No forums pruned.',
'SELECTED_FORUM' => 'Selected forum',
'SELECTED_FORUMS' => 'Selected forums',
@@ -77,7 +77,7 @@ $lang = array_merge($lang, array(
'PRUNE_OLD_POLLS' => 'Prune old polls',
'PRUNE_OLD_POLLS_EXPLAIN' => 'Removes topics with polls not voted in for post age days.',
'PRUNE_STICKY' => 'Prune stickies',
'PRUNE_SUCCESS' => 'Pruning of forums was successful',
'PRUNE_SUCCESS' => 'Pruning of forums was successful.',
'TOPICS_PRUNED' => 'Topics pruned',
));