Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
310
Merge Requests
310
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
6b2dd3f7
Commit
6b2dd3f7
authored
Oct 23, 2006
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#90823
by Gabor: remove author fields.
parent
af5402ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
includes/locale.inc
includes/locale.inc
+0
-8
No files found.
includes/locale.inc
View file @
6b2dd3f7
...
...
@@ -511,7 +511,6 @@ function _locale_import_po($file, $lang, $mode) {
* Should existing translations be replaced ('overwrite' or 'keep')
* @param $lang
* Language code
* @author Jacobo Tarrio
*/
function
_locale_import_read_po
(
$op
,
$file
,
$mode
=
NULL
,
$lang
=
NULL
)
{
...
...
@@ -675,7 +674,6 @@ function _locale_import_message($message, $file, $lineno = NULL) {
* Should existing translations be replaced ('overwrite' or 'keep')
* @param $lang
* Language to store the string in
* @author Jacobo Tarrio
*/
function
_locale_import_one_string
(
$op
,
$value
=
NULL
,
$mode
=
NULL
,
$lang
=
NULL
)
{
static
$additions
=
0
;
...
...
@@ -811,7 +809,6 @@ function _locale_import_one_string($op, $value = NULL, $mode = NULL, $lang = NUL
*
* @param $header A string containing the complete header
* @return An associative array of key-value pairs
* @author Jacobo Tarrio
*/
function
_locale_import_parse_header
(
$header
)
{
$hdr
=
array
();
...
...
@@ -838,7 +835,6 @@ function _locale_import_parse_header($header) {
* @return
* An array containing the number of plurals and a
* formula in PHP for computing the plural form
* @author Jacobo Tarrio
*/
function
_locale_import_parse_plural_forms
(
$pluralforms
,
$filename
)
{
// First, delete all whitespace
...
...
@@ -880,7 +876,6 @@ function _locale_import_parse_plural_forms($pluralforms, $filename) {
*
* @param $string A string containing the arithmetic formula
* @return The PHP version of the formula
* @author Jacobo Tarrio
*/
function
_locale_import_parse_arithmetic
(
$string
)
{
// Operator precedence table
...
...
@@ -976,7 +971,6 @@ function _locale_import_parse_arithmetic($string) {
*
* @param $string A string containing the arithmetic formula
* @return The PHP version of the formula
* @author Gerhard Killesreiter
*/
function
_locale_import_tokenize_formula
(
$formula
)
{
$formula
=
str_replace
(
" "
,
""
,
$formula
);
...
...
@@ -1252,8 +1246,6 @@ function _locale_export_print($str) {
/**
* Custom word wrapping for Portable Object (Template) files.
*
* @author Jacobo Tarrio
*/
function
_locale_export_wrap
(
$str
,
$len
)
{
$words
=
explode
(
' '
,
$str
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment