Overige vertaling van de full album MOD

Praat mee over van alles en nog wat!
Forumregels
Dit forum is voor alle zinnige gesprekken buiten phpBB om. Discussies en gesprekken over interessante onderwerpen.

Een nieuw onderwerp moet..:
  • uiteraard voldoen aan de algemene voorwaarden
  • niet passen in de gewone supportfora
  • interessante zijn voor het overgrote deel van onze gebruikers
  • een neutrale of positieve ondertoon hebben
  • anders zijn dan bestaande onderwerpen
Gesloten
iemand08
Berichten: 616
Lid geworden op: 06 jan 2006, 13:22

Overige vertaling van de full album MOD

Bericht door iemand08 » 09 jul 2006, 16:02

Ik heb bijna heel lang_album_main.php kunnen vertalen met dingen vanuit de kennisbank, maar niet alles zit erin. Ik heb ook de fouten die in de kennisbank zaten, in mijn versie goed staan. Als jullie dit voor mij nog even zouden kunnen vertalen, dan kan ik een werkende/volledige lang_album_main.php in de kennisbank stoppen :wink:
En natuurlijk zelf gebruiken :P

Code: Selecteer alles

$lang['Album_reached_quota'] = 'This category has reached the quota of pics. Now you cannot upload any more. Please contact the administrators for more information';
$lang['User_reached_pics_quota'] = 'You have reached your quota of pics. Now you cannot upload any more. Please contact the administrators for more information';
$lang['No_valid_category_selected'] = 'No valid album category selected';
$lang['No_category_to_upload'] = 'Unfortunately currently there are no categories you can upload to.';

Code: Selecteer alles

$lang['Add_File'] = 'Add File';
$lang['File_thumbnail_count_mismatch'] = 'The number of uploaded pictures and thumbnails doesn\'t match';
$lang['No_thumbnail_for_picture_found'] = 'There was no thumbnail found for the uploaded picture (named: %s)';
$lang['No_picture_for_thumbnail_found'] = 'There was no picture found for the uploaded thumbnail (named: %s)';
$lang['Unknown_file_and_thumbnail_error_mismatch'] = 'Uknown error got raised when uploading the picture and thumbnail<br />Picture named: %s and Thumbnail named: %s<br />';
$lang['Picture_exceeded_maximum_size_INI'] = 'Picture named \'%s\' is too big. Picture is skipped.<br />';
$lang['Thumbnail_exceeded_maximum_size_INI'] = 'Thumbnail named \'%s\' is too big. Picture and thubmnail are skipped.<br />';
$lang['Execution_time_exceeded_skipping'] = 'The maximum time alllowed for script execution has been exceeded. The following files was skipped:<br />';
$lang['Skipping_uploaded_picture_file'] = '%s<br/>';
$lang['Skipping_uploaded_picture_and_thumbnail_file'] = '%s (thumbnail: %s)<br/>';
$lang['Album_upload_not_successful'] = 'None of your pictures has been uploaded successfully<br/><br/>';
$lang['Album_upload_partially_successful'] = 'Only a part of your pictures has been uploaded successfully<br/><br/>';
$lang['No_pictures_selected_for_upload'] = 'No pictures selected for upload or unknow error';

Code: Selecteer alles

// Album Nuffload
$lang['time_elapsed'] = 'Time Elapsed';
$lang['time_remaining'] = 'Time Remaining';
$lang['upload_in_progress'] = 'Upload In Progress';
$lang['please_wait'] = 'Please Wait...';
$lang['uploaded'] = 'Uploaded %multi_id% of %multi_max% images.';
$lang['no_file_received'] = 'No image file received';
$lang['no_thumbnail_file_received'] = 'No thumbnail file received';
$lang['file_too_big'] = 'Image file size too big';
$lang['thumbnail_too_big'] = 'Thumbnail file size too big';
$lang['image_res_too_high'] = 'Image resolution too high';
$lang['add_field'] = 'Add file upload field';
$lang['remove_field'] = 'Remove file upload field';
$lang['ZIP_allowed'] = 'Allowed to upload ZIP files';

Code: Selecteer alles

// View Pic
$lang['Pic_ID'] = 'ID';
$lang['Pic_Details'] = 'Image Details';
$lang['Pic_Size'] = 'Size';
$lang['Pic_Type'] = 'Image Type';
$lang['Pic_BBCode'] = 'BBCode';
$lang['Pic_not_exist'] = 'This pic does not exist';
$lang['Click_enlarge'] = 'Click on image to view larger image';
$lang['Prev_Pic'] = 'View Previous Picture';
$lang['Next_Pic'] = 'View Next Picture';
$lang['Slideshow'] = 'Slide Show';
$lang['Slideshow_Delay'] = 'Slide Show Delay';
$lang['Slideshow_On'] = 'Slide Show';
$lang['Slideshow_Off'] = 'Stop Slide Show';
$lang['Pics_Nav'] = 'Pictures Navigation';
$lang['Pics_Nav_Next'] = 'Next Pictures';
$lang['Pics_Nav_Prev'] = 'Previous Pictures';

Code: Selecteer alles

$lang['No_Download_auth'] = 'You are not authorized to archive photos from this album!';

// Email Notification
$lang['Email_Notification'] = 'Album Email Notification';
$lang['Email_Notification_Explain'] = 'This setting allow admins to receive a notification when a new picture is posted in the album';
$lang['Approvation_OK'] = 'Approved';
$lang['Approvation_NO'] = 'To Be Approved';

Code: Selecteer alles

// Nuff's Stuff
$lang['Nuff_Click'] = 'Click here to apply Special Effects';
$lang['Nuff_UnClick'] = 'Click here for normal visualization';
$lang['Nuff_Title'] = 'Special Effects';
$lang['Nuff_Explain'] ='Using this page you can apply multiple effects to the pictures.<br />Remember that this is a <i><b>very heavy operation on server CPU load</b></i>, so please do not abuse it. Some effects will automatically resize the output image so to not charge too much server CPU.';
$lang['Nuff_Normal'] = 'Normal Image';
$lang['Nuff_Normal_Explain'] = 'No effects applied';
$lang['Nuff_BW'] = 'Black & White';
$lang['Nuff_BW_Explain'] = 'This effect will transform the image into Black and White';
$lang['Nuff_Sepia'] = 'Sepia Tone';
$lang['Nuff_Sepia_Explain'] = 'This effect will apply sepia toning to the picture';
$lang['Nuff_Flip'] = 'Flip';
$lang['Nuff_Flip_Explain'] = 'Using this function you can flip the image';
$lang['Nuff_Mirror'] = 'Mirror';
$lang['Nuff_Mirror_Explain'] = 'Using this function you can mirror the image';
$lang['Nuff_Flip_H'] = 'Horizontal';
$lang['Nuff_Flip_V'] = 'Vertical';
$lang['Nuff_Rotate'] = 'Picture Rotation (Anti Clockwise)';
$lang['Nuff_Rotate_Explain'] = 'Rotates the images anti clockwise';
$lang['Nuff_Resize'] = 'Resize';
$lang['Nuff_Resize_Explain'] = 'This function is for image resizing';
$lang['Nuff_Resize_W'] = 'Width';
$lang['Nuff_Resize_H'] = 'Height';
$lang['Nuff_Resize_No_Resize'] = 'No Resize';
$lang['Nuff_Watermark'] = 'Watermark';
$lang['Nuff_Watermark_Explain'] = 'Apply a watermark to the image';
$lang['Nuff_Recompress'] = 'Recompress';
$lang['Nuff_Recompress_Explain'] = 'This function can recompress the image';
$lang['Nuff_Alpha'] = 'Alpha';
$lang['Nuff_Alpha_Explain'] = 'This effect will overlay an alpha channel to the image';
$lang['Nuff_Blur'] = 'Blur';
$lang['Nuff_Blur_Explain'] = 'This effect will apply a blur filter to the image';
$lang['Nuff_Pixelate'] = 'Pixelate';
$lang['Nuff_Pixelate_Explain'] = 'This effect will apply a pixelate filter to the image';
$lang['Nuff_Scatter'] = 'Scatter';
$lang['Nuff_Scatter_Explain'] = 'This effect will apply a scatter filter to the image';
$lang['Nuff_Infrared'] = 'Infrared';
$lang['Nuff_Infrared_Explain'] = 'This effect will apply an infrared filter to the image';
$lang['Nuff_Tint'] = 'Tint';
$lang['Nuff_Tint_Explain'] = 'This effect will apply a red tint to the image';
$lang['Nuff_Interlace'] = 'Interlace (Horizontal Lines)';
$lang['Nuff_Interlace_Explain'] = 'This effect will overlay an interlace channel to the image';
$lang['Nuff_Screen'] = 'Screen (Hor Ver Lines)';
$lang['Nuff_Screen_Explain'] = 'This effect will overlay a screen channel to the image';
$lang['Nuff_Stereogram'] = 'Stereogram';
$lang['Nuff_Stereogram_Explain'] = 'This effect will convert the image to a stereogram (BW 16 bit required)';

Alvast bedankt! :thumb:

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 09 jul 2006, 16:33

Vragen om vertalingen doen we niet, zodra iemand hem vertaald staat hij in de Kennis Bank.

Gesloten