summaryrefslogblamecommitdiffstats
path: root/po/quilt.pot
blob: 8b23e7d56d3b3017c4b39ad3d306ac347a991e39 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                                                              

         
                     


                     
                     











                                                                       






                                              

                                                                         
                                                                          




                          

                                                               
                                 

         

                                                                    


                                   

                                                                
                                                                
                                                


                          
                     
                                                    

         
                                           
                                                       

         
                      
                                           

         
                      
                                               


                         
                                         




                         


                                                                           
                                                    

         


                                                                   


                                 






                                   

                                                                       


                                          
                        
                                     

         
                        


                                         
                        


                                     
                      
        

                                                                         

         
                      

        


                                                                        



                                                               

                                                                      

            
                                                                   

                                                                          


                              

                                                                
    


                                                       

                                                                    
                                                                

         
                       
                                                                            

         
                       


                                        
                       




                                                                         
                       
                                                          

         
                       
                                                

         
                                               


                                                   
                       


                                            
                                               


                                       
                       


                                         
                       


                                         
                                               


                              
                       
                                                        

         






                                  
                                                                       
                

         






                                       
                                                                        
    
                                         

         
                       


                                                
                       


                            






                                          









                                                                        
                       
                                   








                                    
                                                                   

                                                                        
                                                                     

         
                      
                                                                 

         

                                               

         

                                                

         
                        
                                                                  




                        
                            




                                                                  

                                                                 
    
                                       

         

                                                                    

         
                        


                                
                         


                                             
                         


                                               
                         
                                                      

         
                         


                                     
                         









                                               
                                                                            






                                                                             

         
                     


                                   
                     


                                     
                     









                                  


                                                                            
                                                    








                                   


                                                                           


                                                              
                                         








                                             




                                                                          
    
                                   
    

                                                                      
    

                                                                         


                        
                        

         
                      


                                            
                      


                        
                                           


                           
                                           


                           
                          
                                          




                          


                                                                        
                                                    








                                                               





                                                                          









                                                   

                                                                     



                                                                    
                  

         
                      


                                                     
                       


                                                
                       





                                                             
                       


                                                     
                         


                                                
                         

        
                                                                   

                                                                         
    






                                                                           



                                                           
                           

         
                         


                                         
                          




                                                                            
                          
                                                                            

         
                          


                               




                                 









                                                 

                                                                            

            
                               

         
                        
                                                

         
                         
                                                            

         
                         
                                                   








                                



                                                      
                                         

         
                       
                                                                      

         
                       

        
                                                                           
    
                                             
    
                           

         

                                                   

         

                                      

         

                               

         






                                  



                                                                             
    
                              

         






                        
                                                                       
          








                                      


                                                                            
                                                    





                                  
                          


                                                          
                          


                                                  
                          


                       
                           


                                                 
                           


                                              
                           


                                                     
                                                    






                                                           
                           
                                                               

         
                           
                       
         
#: ../bin/quilt.in:19
msgid "Usage: quilt [--trace] [--quiltrc=XX] command [-h] ..."
msgstr ""

#: ../bin/quilt.in:21
msgid "Commands are:"
msgstr ""

#: ../bin/quilt.in:26
msgid ""
"\n"
"Common options to all commands:\n"
"\n"
"--trace\n"
"\tRuns the command in bash trace mode (-x). For internal debugging.\n"
"\t\n"
"--quiltrc file\n"
"\tUse the specified configuration file instead of ~/.quiltrc. \n"
"\tSee pdf documentation for details about its possible content."
msgstr ""

#: ../quilt/add.in:22
msgid "Usage: quilt add [-p patch] {file} ..."
msgstr ""

#: ../quilt/add.in:25
msgid ""
"\n"
"Add one or more files to the topmost or named patch.  Files must be\n"
"added to the patch before being modified.  Files that are modified by\n"
"patches already applied on top of the specified patch cannot be added.\n"
"\n"
"-p patch\n"
"\tPatch to add files to."
msgstr ""

#: ../quilt/add.in:54 ../quilt/diff.in:112 ../quilt/diff.in:123
#: ../quilt/remove.in:52
msgid "Patch $2 is not in series"
msgstr ""

#: ../quilt/add.in:75 ../quilt/applied.in:72 ../quilt/refresh.in:100
#: ../quilt/remove.in:73
msgid "Patch $patch is not applied"
msgstr ""

#: ../quilt/add.in:82 ../quilt/delete.in:67 ../quilt/diff.in:168
#: ../quilt/files.in:75 ../quilt/fold.in:78 ../quilt/fork.in:64
#: ../quilt/pop.in:181 ../quilt/push.in:179 ../quilt/push.in:214
#: ../quilt/refresh.in:107 ../quilt/remove.in:80
msgid "No patches applied"
msgstr ""

#: ../quilt/add.in:92
msgid "File $SUBDIR$file is already in patch $patch"
msgstr ""

#: ../quilt/add.in:99 ../quilt/remove.in:98
msgid "File $SUBDIR$file modified by patch $next_patch"
msgstr ""

#: ../quilt/add.in:106
msgid "Failed to back up file $SUBDIR$file"
msgstr ""

#: ../quilt/add.in:117
msgid "File $SUBDIR$file added to patch $patch"
msgstr ""

#: ../quilt/applied.in:22
msgid "Usage: quilt applied [-n] [patch]"
msgstr ""

#: ../quilt/applied.in:25
msgid ""
"\n"
"Print a list of applied patches, or all patches up to and including the\n"
"specified patch in the file series.\n"
"\n"
"-n\tPrint patch file names instead of patch names."
msgstr ""

#: ../quilt/applied.in:67 ../quilt/files.in:68 ../quilt/next.in:66
#: ../quilt/pop.in:127 ../quilt/previous.in:66 ../quilt/push.in:143
#: ../quilt/unapplied.in:66
msgid "Patch $1 is not in series"
msgstr ""

#: ../quilt/delete.in:22
msgid "Usage: quilt delete [patch]"
msgstr ""

#: ../quilt/delete.in:25
msgid ""
"\n"
"Remove the specified or topmost patch from the series file.  If the\n"
"patch is applied, quilt will attempt to remove it first. (Only the\n"
"topmost patch can be removed right now.)"
msgstr ""

#: ../quilt/delete.in:73
msgid "Patch $patch is not in series"
msgstr ""

#: ../quilt/delete.in:82
msgid "Patch $patch is currently applied"
msgstr ""

#: ../quilt/delete.in:88
msgid "Failed to remove patch $patch"
msgstr ""

#: ../quilt/diff.in:22
msgid ""
"Usage: quilt diff [-p n] [-c patch|-z] [-R] [-P patch] [--snapshot] [--"
"diff=utility] [file ...]"
msgstr ""

#: ../quilt/diff.in:26
msgid ""
"\n"
"Produces a diff of the specified file(s) in the topmost or specified\n"
"patch.  If no files are specified, all files that are modified are\n"
"included.\n"
"\n"
"-p n\tCreate a -p n style patch (-p0 or -p1 are supported).\n"
"\n"
"-P patch\n"
"\tCreate a diff for the specified patch.  (Defaults to the topmost\n"
"\tpatch.)\n"
"\n"
"-c patch\n"
"\tCreate a combined diff for all patches between this patch and\n"
"\tthe patch specified with -P. A patch name of \\\"-\\\" is equivalent\n"
"\tto specifying the first applied patch.\n"
"\n"
"-R\tCreate a reverse diff.\n"
"\n"
"-z\tWrite to standard output the changes that have been made\n"
"\trelative to the topmost or specified patch.\n"
"\n"
"--snapshot\n"
"\tDiff agains snapshot (see \\`quilt snapshot -h').\n"
"\n"
"--diff=utility\n"
"\tUse the specified utility for generating the diff. The utility\n"
"\tis invoked with the original and new file name as arguments."
msgstr ""

#: ../quilt/diff.in:153
msgid "Options \\`-c patch', \\`--snapshot', and \\`-z' cannot be combined."
msgstr ""

#: ../quilt/diff.in:161
msgid "Patch $last_patch is not applied"
msgstr ""

#: ../quilt/diff.in:179
msgid ""
"Cannot diff patches with -p$opt_strip_level, please specify -p0 or -p1 "
"instead"
msgstr ""

#: ../quilt/diff.in:213
msgid "Patch $first_patch not applied before $last_patch."
msgstr ""

#: ../quilt/diff.in:247
msgid "Cannot change into $QUILT_PC/$last_patch"
msgstr ""

#: ../quilt/diff.in:253 ../scripts/rpatch.in:62
msgid "Failed to copy files to temporary directory"
msgstr ""

#: ../quilt/diff.in:264
msgid "Cannot change to temporary directory"
msgstr ""

#: ../quilt/diff.in:283 ../scripts/rpatch.in:85
msgid "Failed to patch temporary files"
msgstr ""

#: ../quilt/diff.in:289
msgid "Cannot change to source directory"
msgstr ""

#: ../quilt/diff.in:307
msgid "File $file is not being modified."
msgstr ""

#: ../quilt/diff.in:326 ../quilt/refresh.in:139
msgid "Diff failed, aborting."
msgstr ""

#: ../quilt/diff.in:333
msgid "More recent patches modify files in $last_patch."
msgstr ""

#: ../quilt/edit.in:13
msgid "Usage: quilt edit file ..."
msgstr ""

#: ../quilt/edit.in:16
msgid ""
"\n"
"Edit the specified file(s) in $EDITOR after adding it (them) to the\n"
"topmost patch."
msgstr ""

#: ../quilt/files.in:22
msgid "Usage: quilt files [-v] [patch]"
msgstr ""

#: ../quilt/files.in:25
msgid ""
"\n"
"Print the list of files that the topmost or specified patch changes.\n"
"\n"
"-v\tVerbose, more user friendly output."
msgstr ""

#: ../quilt/files.in:84
msgid "Patch is not applied (no verbose output)"
msgstr ""

#: ../quilt/files.in:87
msgid "Patch is not applied"
msgstr ""

#: ../quilt/fold.in:22
msgid "Usage: quilt fold [-p strip-level]"
msgstr ""

#: ../quilt/fold.in:25
msgid ""
"\n"
"Integrate the patch read from standard input into the topmost patch:\n"
"After making sure that all files modified are part of the topmost\n"
"patch, the patch is applied with the specified strip level (which\n"
"defaults to 1).\n"
"\n"
"-p strip-level\n"
"\tThe number of pathname components to strip from file names\n"
"\twhen applying patchfile."
msgstr ""

#: ../quilt/fold.in:114
msgid "File $file may be corrupted"
msgstr ""

#: ../quilt/fork.in:22
msgid "Usage: quilt fork [new_name]"
msgstr ""

#: ../quilt/fork.in:25
msgid ""
"\n"
"Fork the topmost patch. If new_name is missing, the name of the\n"
"forked patch will be the current patch name, followed by \\\"-2\\\".\n"
"If the patch name already ends in a dash-and-number, the number is\n"
"further incremented (e.g., patch.diff, patch-2.diff, patch-3.diff)."
msgstr ""

#: ../quilt/fork.in:90
msgid "Patch $new_patch exists already, please choose a new name"
msgstr ""

#: ../quilt/fork.in:101
msgid "Fork of $top_patch to $new_patch failed"
msgstr ""

#: ../quilt/fork.in:105
msgid "Fork of $top_patch created as $new_patch"
msgstr ""

#: ../quilt/import.in:22
msgid "Usage: quilt import [-f] [-p num] [-n patch] patchfile ..."
msgstr ""

#: ../quilt/import.in:25
msgid ""
"\n"
"Import external patches.\n"
"\n"
"-p num\n"
"\tNumber of directory levels to strip when aplying (default=1)\n"
"\n"
"-n patch\n"
"\tPatch filename to use inside quilt. This option can only be\n"
"\tused when importing a single patch.\n"
"\n"
"-f\tOverwite/update existing patches."
msgstr ""

#: ../quilt/import.in:73
msgid "Option \\`-n' can only be used when importing a single patch"
msgstr ""

#: ../quilt/import.in:94
msgid "Patch $patch is applied."
msgstr ""

#: ../quilt/import.in:102
msgid "Patch $patch exists. Replace with -f."
msgstr ""

#: ../quilt/import.in:105
msgid "Replacing patch $patch with new version"
msgstr ""

#: ../quilt/import.in:107
msgid "Importing patch $patch_file (stored as $patch)"
msgstr ""

#: ../quilt/import.in:113
msgid "Failed to import patch $patch"
msgstr ""

#: ../quilt/import.in:120
msgid "Failed to insert $patch in file series."
msgstr ""

#: ../quilt/new.in:22
msgid "Usage: quilt new {patchname}"
msgstr ""

#: ../quilt/new.in:25
msgid ""
"\n"
"Create a new patch with the specified file name, and insert it after the\n"
"topmost patch in the patch series file."
msgstr ""

#: ../quilt/new.in:63
msgid ""
"Warning: directory $(echo $SUBDIR | sed -e 's:[^/]\\+:..:g')$QUILT_PATCHES "
"exists; ignoring"
msgstr ""

#: ../quilt/new.in:70
msgid "Patch $patch exists already"
msgstr ""

#: ../quilt/new.in:80
msgid "Failed to create patch $patch"
msgstr ""

#: ../quilt/new.in:83
msgid "Patch $patch is now on top"
msgstr ""

#: ../quilt/next.in:22
msgid "Usage: quilt next [patch]"
msgstr ""

#: ../quilt/next.in:25
msgid ""
"\n"
"Print the name of the next patch after the specified or topmost patch in\n"
"the series file.\n"
"\n"
"-n\tPrint patch file names instead of patch names."
msgstr ""

#: ../quilt/patches.in:22
msgid "Usage: quilt patches {file}"
msgstr ""

#: ../quilt/patches.in:25
msgid ""
"\n"
"Print the list of patches that modify the specified file. (Uses a\n"
"heuristic to determine which files are modified by unapplied patches.\n"
"Note that this heuristic is much slower than scanning applied patches.)\n"
"\n"
"-n\tPrint the patch file names instead of the patch names.\n"
"\n"
"-v\tVerbose, more user friendly output."
msgstr ""

#: ../quilt/pop.in:22
msgid "Usage: quilt pop [-afRqv] [num|patch]"
msgstr ""

#: ../quilt/pop.in:25
msgid ""
"\n"
"Remove patch(es) from the series file.  Without options, the topmost\n"
"patch is removed.  When a number is specified, remove the specified\n"
"number of patches.  When a patch name is specified, remove all patches\n"
"up to and including the specified patch.  Patch names may include the\n"
"patches/ prefix, which means that filename completion can be used.\n"
"\n"
"-a\tRemove all applied patches.\n"
"\n"
"-f\tForce remove. The state before the patch(es) were applied will\n"
"\tbe restored from backup files.\n"
"\n"
"-R\tRemove the patch with \\`patch -R' and check if the patch reverts\n"
"\tall changes properly.\n"
"\n"
"-q\tQuiet operation.\n"
"\n"
"-v\tVerbose operation."
msgstr ""

#: ../quilt/pop.in:148
msgid "Patch $stop_at_patch is not applied."
msgstr ""

#: ../quilt/pop.in:158
msgid "No patch removed"
msgstr ""

#: ../quilt/pop.in:172 ../quilt/push.in:205
msgid "Interrupted by user"
msgstr ""

#: ../quilt/pop.in:188 ../quilt/push.in:216
msgid "Now at patch $patch"
msgstr ""

#: ../quilt/previous.in:22
msgid "Usage: quilt previous [-n] [patch]"
msgstr ""

#: ../quilt/previous.in:25
msgid ""
"\n"
"Print the name of the previous patch before the specified or topmost\n"
"patch in the series file.\n"
"\n"
"-n\tPrint patch file names instead of patch names."
msgstr ""

#: ../quilt/push.in:22
msgid "Usage: quilt push [-afqv] [--leave-rejects] [num|patch]"
msgstr ""

#: ../quilt/push.in:25
msgid ""
"\n"
"Apply patch(es) from the series file.  Without options, the next patch\n"
"in the series file is applied.  When a number is specified, apply the\n"
"specified number of patches.  When a patch name is specified, apply\n"
"all patches up to and including the specified patch.  Patch names may\n"
"include the patches/ prefix, which means that filename completion can\n"
"be used.\n"
"\n"
"-a\tApply all patches in the series file.\n"
"\n"
"-f\tForce apply, even if the patch has rejects.\n"
"\n"
"-q\tQuiet operation.\n"
"\n"
"-v\tVerbose operation.\n"
"\n"
"--leave-rejects\n"
"\tLeave around the reject files patch produced, even if the patch\n"
"\tis not actually applied.\n"
"\n"
"--interactive\n"
"\tAllow the patch utility to ask how to deal with conflicts. If\n"
"\tthis option is not given, the option -f will be passed to the \n"
"\tpatch program."
msgstr ""

#: ../quilt/push.in:86
msgid "Patch $stop_at_patch not found in file series"
msgstr ""

#: ../quilt/push.in:166
msgid "Patch $stop_at_patch is already applied."
msgstr ""

#: ../quilt/push.in:184
msgid ""
"The topmost patch $top is not in the series file anymore;\n"
"cannot determine the next patch from the series file.\n"
"Please pop -f the top patch and check your series file."
msgstr ""

#: ../quilt/push.in:190
msgid "File series fully applied, ends at patch $top"
msgstr ""

#: ../quilt/refresh.in:22
msgid "Usage: quilt refresh [-p n] [-f] [patch]"
msgstr ""

#: ../quilt/refresh.in:26
msgid ""
"\n"
"Refreshes the specified patch, or the topmost patch by default.\n"
"Documentation that comes before the actual patch in the patch file is\n"
"retained.\n"
"\n"
"It is possible to refresh patches that are not on top.  If any patches\n"
"on top of the patch to refresh modify the same files, the script aborts\n"
"by default.  Patches can still be refreshed with -f.  In that case this\n"
"script will print a warning for each shadowed file, changes by more\n"
"recent patches will be ignored, and only changes in files that have not\n"
"been modified by any more recent patches will end up in the specified\n"
"patch.\n"
"\n"
"-p n\tCreate a -p n style patch (-p0 or -p1 supported).\n"
"\t\n"
"-f\tForce refresh, even if more recent patches modify\n"
"\tsome of the same files."
msgstr ""

#: ../quilt/refresh.in:95
msgid "Patch $opt_patch is not in series"
msgstr ""

#: ../quilt/refresh.in:118
msgid ""
"Cannot refresh patches with -p$opt_strip_level, please specify -p0 or -p1 "
"instead"
msgstr ""

#: ../quilt/refresh.in:145
msgid "More recent patches modify files in $patch. Enforce refresh with -f."
msgstr ""

#: ../quilt/refresh.in:152
msgid "Nothing in patch $patch"
msgstr ""

#: ../quilt/refresh.in:177
msgid "Patch $patch is unchanged"
msgstr ""

#: ../quilt/refresh.in:191
msgid "Refreshed patch $patch"
msgstr ""

#: ../quilt/remove.in:22
msgid "Usage: quilt remove [-p patch] {file} ..."
msgstr ""

#: ../quilt/remove.in:25
msgid ""
"\n"
"Remove one or more files from the topmost or named patch.  Files that\n"
"are modified by patches on top of the specified patch cannot be removed.\n"
"\n"
"-p patch\n"
"\tPatch to remove files from."
msgstr ""

#: ../quilt/remove.in:90
msgid "File $SUBDIR$file is not in patch $patch"
msgstr ""

#: ../quilt/remove.in:106
msgid "Failed to remove file $SUBDIR$file from patch $patch"
msgstr ""

#: ../quilt/remove.in:111
msgid "File $SUBDIR$file removed from patch $patch"
msgstr ""

#: ../quilt/series.in:22
msgid "Usage: quilt series [-v]"
msgstr ""

#: ../quilt/series.in:25
msgid ""
"\n"
"Print the names of all patches in the series file.\n"
"\n"
"-n\tPrint patch file names instead patch names.\n"
"\n"
"-v\tVerbose, more user friendly output."
msgstr ""

#: ../quilt/setup.in:27
msgid "Usage: quilt setup [-d path-prefix] [-v] {specfile|seriesfile}"
msgstr ""

#: ../quilt/setup.in:30
msgid ""
"\n"
"Initializes a source tree from an rpm spec file or a quilt series file.\n"
"\n"
"-d\toptional path prefix (sub-directory).\n"
"\n"
"-v\tverbose debug output."
msgstr ""

#: ../quilt/setup.in:95
msgid "Directory $prefix$dir/$QUILT_PATCHES exists"
msgstr ""

#: ../quilt/setup.in:100
msgid "File $prefix$dir/series exists"
msgstr ""

#: ../quilt/setup.in:149
msgid "Unpacking archive $arg1"
msgstr ""

#: ../quilt/snapshot.in:22
msgid "Usage: quilt snapshot [-d]"
msgstr ""

#: ../quilt/snapshot.in:25
msgid ""
"\n"
"Take a snapshot of the current working state.  After taking the snapshot,\n"
"the tree can be modified in the usual ways, including pushing and\n"
"popping patches.  A diff against the tree at the moment of the\n"
"snapshot can be generated with \\`quilt diff --snapshot'.\n"
"\n"
"-d\tRemove current snapshot."
msgstr ""

#: ../quilt/top.in:22
msgid "Usage: quilt top"
msgstr ""

#: ../quilt/top.in:25
msgid ""
"\n"
"Print the name of the topmost patch on the current stack of applied\n"
"patches."
msgstr ""

#: ../quilt/unapplied.in:22
msgid "Usage: quilt unapplied [patch]"
msgstr ""

#: ../quilt/unapplied.in:25
msgid ""
"\n"
"Print a list of patches that are not applied, or all patches that follow\n"
"the specified patch in the series file.\n"
"\n"
"-n\tPrint patch file names instead of patch names."
msgstr ""

#: ../scripts/apatch.in:22
msgid "Usage: $0 [-fqv] patchname"
msgstr ""

#: ../scripts/apatch.in:29
msgid "Interrupted by user; patch $patch was not applied."
msgstr ""

#: ../scripts/apatch.in:40
msgid "Patch file $patch_file appears to be empty"
msgstr ""

#: ../scripts/apatch.in:80
msgid "Applying $patch"
msgstr ""

#: ../scripts/apatch.in:116
msgid "Patch $patch appears to be empty, applied"
msgstr ""

#: ../scripts/apatch.in:119
msgid "Applied $patch (forced; needs refresh)"
msgstr ""

#: ../scripts/apatch.in:123
msgid "Patch $patch does not apply (enforce with -f)"
msgstr ""

#: ../scripts/apatch.in:180 ../scripts/rpatch.in:178
msgid "The topmost patch $top needs to be refreshed first."
msgstr ""

#: ../scripts/rpatch.in:22
msgid "Usage: $0 [-fRq] patchname"
msgstr ""

#: ../scripts/rpatch.in:100
msgid "Patch $patch does not remove cleanly (enforce with -f)."
msgstr ""

#: ../scripts/rpatch.in:122
msgid "Removing $patch"
msgstr ""