Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pofilechecker(1) [debian man page]

POFILECHECKER(1)														  POFILECHECKER(1)

NAME
POFileChecker - searches for common mistakes in PO/POT files SYNOPSIS
POFileChecker [OPTION] [...] [FILE] [...] INTRODUCTION
POFileChecker searches for common mistakes in PO/POT files. COMMAND LINE OPTIONS
--help or -h show usage instructions --pot or -t check a pot file, not a po file --ignore-fuzzy or -i don't check validity of fuzzy entries PO FILE HEADER DIRECTIVES
POFileChecker recognizes several PO file header directives. As with all gettext lint tools, these directives are all prefixed with X-POFile. X-POFile-Allow: number number of errors to ignore; if number of detected errors is diffent than this they will all be reported; a file with 0 errors but an error allowance greater than zero will also be reported X-POFile-CheckAccelerator: 1|0 enable or disable checking accelerators, enabled by default X-POFile-CheckEndPontuation: 1|0 enable or disable checking ending pontuation, enabled by default X-POFile-LineLength: number check that the line length doesn't exceed number chars; disable by default MORE INFORMATION
gettext-lint web page: http://gettext-lint.sourceforge.net/ AUTHOR
Pedro Morais. <morais@kde.org> 08/16/2006 POFILECHECKER(1)

Check Out this Related Man Page

POFILECONSISTENCY(1)													      POFILECONSISTENCY(1)

NAME
POFileConsistency - checks consistency in a collection of PO files SYNOPSIS
POFileConsistency [OPTION] [...] [FILE] [...] INTRODUCTION
POFileConsistency checks consistency in a collection of PO files. COMMAND LINE OPTIONS
--help or -h show usage instructions --interactive or -i interactive mode, iterate though the inconsistencies using a text mode interface; see the Interactive Mode section --equivalent=file or -e file load a file with a list of equivalent msgstr for a given msgid; can be used multiple times --only-empty or -o only report inconsistencies with at least one of the translations empty --match=string or -m string only report inconsistencies if at least one of the files involved contain the given string --strip-chars=chars or -r chars remove each of the chars from both msgid and msgstr before checking inconsistencies INTERACTIVE MODE
In interactive mode you iterate through each of the inconsistencies found. In each prompt you can press Enter to ignore this inconsistency, a number of a possible translation (1, 2, ...) to change all the translations to that text, 0 to input a text to use in all the translations, l to add the exception to each of the PO files, or, if you are using at least one equivalents file, a to add the exception to the first of those files. PO FILE HEADER DIRECTIVES
POFileConsistency recognizes several PO file header directives. As with all gettext lint tools, these directives are all prefixed with X-POFile. X-POFile-IgnoreConsistency: msgid remove the given msgid from the list of messages to check X-POFile-ConsistencyAlias: string1 string2 replace all ocorrences of string1 with string2 before checking consistency CONSISTENCY EQUIVALENTS FILE FORMAT
This files consists of a series of empty line separated blocks. For example: msgid 1 possible translation 1 possible translation 2 possible translation n msgid 2 possible translation 1 possible translation 2 possible translation n MORE INFORMATION
gettext-lint web page: http://gettext-lint.sourceforge.net/ AUTHOR
Pedro Morais. <morais@kde.org> 08/16/2006 POFILECONSISTENCY(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

HMC Serviceable Errors

Morning, I am checking the HMC serviceable errors and have noticed there are a few errors, but I don't quite understand what they mean. Could someone please explain how it works and what it means? Thanks (0 Replies)
Discussion started by: KeesH
0 Replies

2. Shell Programming and Scripting

integer expression expected error

I'm a beginner so I might make beginner mistakes. I want to count the "#define" directives in every .C file I get the following errors: ./lab1.sh: line 5: ndef: command not found ./lab1.sh: line 6: #!/bin/sh for x in *. do ndef = 'grep -c \#define $x' if ; then ... (2 Replies)
Discussion started by: dark_knight
2 Replies

3. Shell Programming and Scripting

if statement to check files with different ending but same starting name

I am trying to check if files staring with filename but ending with diffent dates e.g. filename.2011-10-25. The code I am using is below if It works find only if one file is present but returns binary operator expected when there are mulptiple files. Please help me correcting it. I... (5 Replies)
Discussion started by: ningy
5 Replies

4. Shell Programming and Scripting

Request to check:find out common entries

I have to compare 2 files which means 2 files with common entries in same column and separate those common entries in a diferent file as well right before those entries common so that I can separat common and Uncommon entries in rows in 2 different files. Is it possible For eg. one file ... (3 Replies)
Discussion started by: manigrover
3 Replies

5. UNIX for Advanced & Expert Users

Ssh disable strict checking

What are the different ways to disable ssh strict checking? I've seen this mentioned a few times but it doesn't seem to be working. $ ssh -o 'StrictHostKeyChecking no' admin@hostnamehttp://docs.oracle.com/cd/E35328_01/E35336/html/vmcli-ssh.html Is there a file somewhere in /etc that I could... (4 Replies)
Discussion started by: cokedude
4 Replies

6. Programming

Tool for checking syntactic and semantic mistakes

Hello, it is easy to make mistake in c code. What ide or tool are you using for checking syntactic and semantic mistakes? Jarda (1 Reply)
Discussion started by: berk
1 Replies