Changeset 1793:a25f8d0fd400 for locales/en/resources.php
- Timestamp:
- 09/11/13 17:10:01 (12 years ago)
- Branch:
- default
- Children:
- 1795:5c5c52124ab4, 1796:ef72fa20ed9d
- Parents:
- 1792:3ad2e47ed52d (diff), 514:5cacbd2e1fa9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/resources.php
r491 r1793 4 4 # This file is part of Dotclear 2. 5 5 # 6 # Copyright (c) 2003-201 1Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 15 15 16 16 $__resources['doc'] = array( 17 "Dotclear 2documentation" => 'http://dotclear.org/documentation/2.0',18 'Dotclear 2presentation' => 'http://dotclear.org/documentation/2.0/overview/tour',17 "Dotclear documentation" => 'http://dotclear.org/documentation/2.0', 18 'Dotclear presentation' => 'http://dotclear.org/documentation/2.0/overview/tour', 19 19 "User manual" => 'http://dotclear.org/documentation/2.0/usage', 20 20 "Installation and administration guides" => 'http://dotclear.org/documentation/2.0/admin', 21 "Dotclear 2support forum" => 'http://forum.dotclear.net/'21 "Dotclear support forum" => 'http://forum.dotclear.net/' 22 22 ); 23 23 … … 30 30 'core_post' => dirname(__FILE__).'/help/post.html', 31 31 'core_posts' => dirname(__FILE__).'/help/posts.html', 32 'core_trackbacks' => dirname(__FILE__).'/help/trackbacks.html', 32 33 'core_user_pref' => dirname(__FILE__).'/help/user_pref.html', 33 34 'core_user' => dirname(__FILE__).'/help/user.html', -
locales/en/resources.php
r1459 r1793 23 23 24 24 $__resources['help'] = array( 25 'core_main' => dirname(__FILE__).'/help/main.html', 25 26 'core_blog_pref' => dirname(__FILE__).'/help/blog_pref.html', 26 27 'core_categories' => dirname(__FILE__).'/help/categories.html',
Note: See TracChangeset
for help on using the changeset viewer.